home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / doc / fileutils.info (.txt) next >
GNU Info File  |  1997-01-26  |  132KB  |  2,564 lines

  1. This is Info file fileutils.info, produced by Makeinfo version 1.67
  2. from the input file fileutils.texi.
  3. START-INFO-DIR-ENTRY
  4. * File utilities: (fileutils).  GNU file utilities.
  5. * chgrp: (fileutils)chgrp invocation.           Change file groups.
  6. * chown: (fileutils)chown invocation.           Change file owners/groups.
  7. * chmod: (fileutils)chmod invocation.           Change file permissions.
  8. * cp: (fileutils)cp invocation.                 Copy files.
  9. * dd: (fileutils)dd invocation.                 Copy and convert a file.
  10. * df: (fileutils)df invocation.                 Report filesystem disk usage.
  11. * dir: (fileutils)dir invocation.               List directories briefly.
  12. * dircolors: (fileutils)dircolors invocation.   Color setup for ls.
  13. * du: (fileutils)du invocation.                 Report on disk usage.
  14. * install: (fileutils)install invocation.       Copy and change attributes.
  15. * ln: (fileutils)ln invocation.                 Make links between files.
  16. * ls: (fileutils)ls invocation.                 List directory contents.
  17. * mkdir: (fileutils)mkdir invocation.           Create directories.
  18. * mkfifo: (fileutils)mkfifo invocation.         Create FIFOs: (named pipes).
  19. * mknod: (fileutils)mknod invocation.           Create special files.
  20. * mv: (fileutils)mv invocation.                 Rename files.
  21. * rm: (fileutils)rm invocation.                 Remove files.
  22. * rmdir: (fileutils)rmdir invocation.           Remove empty directories.
  23. * sync: (fileutils)sync invocation.             Synchronize memory and disk.
  24. * touch: (fileutils)touch invocation.           Change file timestamps.
  25. * vdir: (fileutils)vdir invocation.             List directories verbosely.
  26. END-INFO-DIR-ENTRY
  27.    This file documents the GNU set of file utilities.
  28.    Copyright (C) 1994, 95, 96 Free Software Foundation, Inc.
  29.    Permission is granted to make and distribute verbatim copies of this
  30. manual provided the copyright notice and this permission notice are
  31. preserved on all copies.
  32.    Permission is granted to copy and distribute modified versions of
  33. this manual under the conditions for verbatim copying, provided that
  34. the entire resulting derived work is distributed under the terms of a
  35. permission notice identical to this one.
  36.    Permission is granted to copy and distribute translations of this
  37. manual into another language, under the above conditions for modified
  38. versions, except that this permission notice may be stated in a
  39. translation approved by the Foundation.
  40. File: fileutils.info,  Node: Top,  Next: Introduction,  Up: (dir)
  41. GNU file utilities
  42. ******************
  43.    This manual minimally documents version 3.16 of the GNU file
  44. utilities.
  45. * Menu:
  46. * Introduction::                Caveats, overview, and authors.
  47. * Common options::              Common options.
  48. * File permissions::            Access modes.
  49. * Date input formats::          Specifying date strings.
  50. * Directory listing::           ls dir vdir d v dircolors
  51. * Basic operations::            cp dd install mv rm
  52. * Special file types::          ln mkdir rmdir mkfifo mknod
  53. * Changing file attributes::    chgrp chmod chown touch
  54. * Disk usage::                  df du sync
  55. * Index::                       General index.
  56. File: fileutils.info,  Node: Introduction,  Next: Common options,  Prev: Top,  Up: Top
  57. Introduction
  58. ************
  59.    This manual is incomplete: No attempt is made to explain basic file
  60. concepts in a way suitable for novices.  Thus, if you are interested,
  61. please get involved in improving this manual.  The entire GNU community
  62. will benefit.
  63.    The GNU file utilities are mostly compatible with the POSIX.2
  64. standard.
  65.    Please report bugs to `fileutils-bugs@gnu.ai.mit.edu'.  Remember to
  66. include the version number, machine architecture, input files, and any
  67. other information needed to reproduce the bug: your input, what you
  68. expected, what you got, and why it is wrong.  Diffs are welcome, but
  69. please include a description of the problem as well, since this is
  70. sometimes difficult to infer. *Note Bugs: (gcc)Bugs.
  71.    This manual is based on the Unix man pages in the distribution, which
  72. were originally written by David MacKenzie and updated by Jim Meyering.
  73. Franc,ois Pinard did the initial conversion to Texinfo format.  Karl
  74. Berry did the indexing, some reorganization, and editing of the results.
  75. Richard Stallman contributed his usual invaluable insights to the
  76. overall process.
  77. File: fileutils.info,  Node: Common options,  Next: File permissions,  Prev: Introduction,  Up: Top
  78. Common options
  79. **************
  80.    Certain options are available in all of these programs (in fact,
  81. every GNU program should accept them).  Rather than writing identical
  82. descriptions for each of the programs, they are described here.
  83. `--help'
  84.      Print a usage message listing all available options, then exit
  85.      successfully.
  86. `--version'
  87.      Print the version number, then exit successfully.
  88. * Menu:
  89. * Backup options::              -b -S -V, in some programs.
  90. File: fileutils.info,  Node: Backup options,  Up: Common options
  91. Backup options
  92. ==============
  93.    Some GNU programs (at least `cp', `install', `ln', and `mv')
  94. optionally make backups of files before writing new versions.  These
  95. options control the details of these backups.  The options are also
  96. briefly mentioned in the descriptions of the particular programs.
  97. `--backup'
  98.      Make backups of files that are about to be overwritten or removed.
  99.      Without this option, the original versions are destroyed.
  100. `-S SUFFIX'
  101. `--suffix=SUFFIX'
  102.      Append SUFFIX to each backup file made with `-b'.  If this option
  103.      is not specified, the value of the `SIMPLE_BACKUP_SUFFIX'
  104.      environment variable is used.  And if `SIMPLE_BACKUP_SUFFIX' is not
  105.      set, the default is `~', just as in Emacs.
  106. `-V METHOD'
  107. `--version-control=METHOD'
  108.      Use METHOD to determine the type of backups made with `-b'.  If
  109.      this option is not specified, the value of the `VERSION_CONTROL'
  110.      environment variable is used.  And if `VERSION_CONTROL' is not set,
  111.      the default backup type is `existing'.
  112.      This option corresponds to the Emacs variable `version-control';
  113.      the same values for METHOD are accepted as in Emacs.  This options
  114.      also more descriptive name.  The valid METHODs (unique
  115.      abbreviations are accepted):
  116.     `t'
  117.     `numbered'
  118.           Always make numbered backups.
  119.     `nil'
  120.     `existing'
  121.           Make numbered backups of files that already have them, simple
  122.           backups of the others.
  123.     `never'
  124.     `simple'
  125.           Always make simple backups.
  126. File: fileutils.info,  Node: File permissions,  Next: Date input formats,  Prev: Common options,  Up: Top
  127. File permissions
  128. ****************
  129.    Each file has a set of "permissions" that control the kinds of
  130. access that users have to that file.  The permissions for a file are
  131. also called its "access mode".  They can be represented either in
  132. symbolic form or as an octal number.
  133. * Menu:
  134. * Mode Structure::              Structure of file permissions.
  135. * Symbolic Modes::              Mnemonic permissions representation.
  136. * Numeric Modes::               Permissions as octal numbers.
  137. File: fileutils.info,  Node: Mode Structure,  Next: Symbolic Modes,  Up: File permissions
  138. Structure of File Permissions
  139. =============================
  140.    There are three kinds of permissions that a user can have for a file:
  141.   1. permission to read the file.  For directories, this means
  142.      permission to list the contents of the directory.
  143.   2. permission to write to (change) the file.  For directories, this
  144.      means permission to create and remove files in the directory.
  145.   3. permission to execute the file (run it as a program).  For
  146.      directories, this means permission to access files in the
  147.      directory.
  148.    There are three categories of users who may have different
  149. permissions to perform any of the above operations on a file:
  150.   1. the file's owner;
  151.   2. other users who are in the file's group;
  152.   3. everyone else.
  153.    Files are given an owner and group when they are created.  Usually
  154. the owner is the current user and the group is the group of the
  155. directory the file is in, but this varies with the operating system, the
  156. filesystem the file is created on, and the way the file is created.  You
  157. can change the owner and group of a file by using the `chown' and
  158. `chgrp' commands.
  159.    In addition to the three sets of three permissions listed above, a
  160. file's permissions have three special components, which affect only
  161. executable files (programs) and, on some systems, directories:
  162.   1. set the process's effective user ID to that of the file upon
  163.      execution (called the "setuid bit").  No effect on directories.
  164.   2. set the process's effective group ID to that of the file upon
  165.      execution (called the "setgid bit").  For directories on some
  166.      systems, put files created in the directory into the same group as
  167.      the directory, no matter what group the user who creates them is
  168.      in.
  169.   3. save the program's text image on the swap device so it will load
  170.      more quickly when run (called the "sticky bit").  For directories
  171.      on some systems, prevent users from removing files that they do
  172.      not own in the directory; this is called making the directory
  173.      "append-only".
  174. File: fileutils.info,  Node: Symbolic Modes,  Next: Numeric Modes,  Prev: Mode Structure,  Up: File permissions
  175. Symbolic Modes
  176. ==============
  177.    "Symbolic modes" represent changes to files' permissions as
  178. operations on single-character symbols.  They allow you to modify either
  179. all or selected parts of files' permissions, optionally based on their
  180. previous values, and perhaps on the current `umask' as well (*note
  181. Umask and Protection::.).
  182.    The format of symbolic modes is:
  183.      [ugoa...][[+-=][rwxXstugo...]...][,...]
  184.    The following sections describe the operators and other details of
  185. symbolic modes.
  186. * Menu:
  187. * Setting Permissions::          Basic operations on permissions.
  188. * Copying Permissions::          Copying existing permissions.
  189. * Changing Special Permissions:: Special permissions.
  190. * Conditional Executability::    Conditionally affecting executability.
  191. * Multiple Changes::             Making multiple changes.
  192. * Umask and Protection::              The effect of the umask.
  193. File: fileutils.info,  Node: Setting Permissions,  Next: Copying Permissions,  Up: Symbolic Modes
  194. Setting Permissions
  195. -------------------
  196.    The basic symbolic operations on a file's permissions are adding,
  197. removing, and setting the permission that certain users have to read,
  198. write, and execute the file.  These operations have the following
  199. format:
  200.      USERS OPERATION PERMISSIONS
  201. The spaces between the three parts above are shown for readability only;
  202. symbolic modes can not contain spaces.
  203.    The USERS part tells which users' access to the file is changed.  It
  204. consists of one or more of the following letters (or it can be empty;
  205. *note Umask and Protection::., for a description of what happens then).
  206. When more than one of these letters is given, the order that they are
  207. in does not matter.
  208.      the user who owns the file;
  209.      other users who are in the file's group;
  210.      all other users;
  211.      all users; the same as `ugo'.
  212.    The OPERATION part tells how to change the affected users' access to
  213. the file, and is one of the following symbols:
  214.      to add the PERMISSIONS to whatever permissions the USERS already
  215.      have for the file;
  216.      to remove the PERMISSIONS from whatever permissions the USERS
  217.      already have for the file;
  218.      to make the PERMISSIONS the only permissions that the USERS have
  219.      for the file.
  220.    The PERMISSIONS part tells what kind of access to the file should be
  221. changed; it is zero or more of the following letters.  As with the
  222. USERS part, the order does not matter when more than one letter is
  223. given.  Omitting the PERMISSIONS part is useful only with the `='
  224. operation, where it gives the specified USERS no access at all to the
  225. file.
  226.      the permission the USERS have to read the file;
  227.      the permission the USERS have to write to the file;
  228.      the permission the USERS have to execute the file.
  229.    For example, to give everyone permission to read and write a file,
  230. but not to execute it, use:
  231.      a=rw
  232.    To remove write permission for from all users other than the file's
  233. owner, use:
  234.      go-w
  235. The above command does not affect the access that the owner of the file
  236. has to it, nor does it affect whether other users can read or execute
  237. the file.
  238.    To give everyone except a file's owner no permission to do anything
  239. with that file, use the mode below.  Other users could still remove the
  240. file, if they have write permission on the directory it is in.
  241.      go=
  242. Another way to specify the same thing is:
  243.      og-rxw
  244. File: fileutils.info,  Node: Copying Permissions,  Next: Changing Special Permissions,  Prev: Setting Permissions,  Up: Symbolic Modes
  245. Copying Existing Permissions
  246. ----------------------------
  247.    You can base a file's permissions on its existing permissions.  To do
  248. this, instead of using `r', `w', or `x' after the operator, you use the
  249. letter `u', `g', or `o'.  For example, the mode
  250.      o+g
  251. adds the permissions for users who are in a file's group to the
  252. permissions that other users have for the file.  Thus, if the file
  253. started out as mode 664 (`rw-rw-r--'), the above mode would change it
  254. to mode 666 (`rw-rw-rw-').  If the file had started out as mode 741
  255. (`rwxr----x'), the above mode would change it to mode 745
  256. (`rwxr--r-x').  The `-' and `=' operations work analogously.
  257. File: fileutils.info,  Node: Changing Special Permissions,  Next: Conditional Executability,  Prev: Copying Permissions,  Up: Symbolic Modes
  258. Changing Special Permissions
  259. ----------------------------
  260.    In addition to changing a file's read, write, and execute
  261. permissions, you can change its special permissions.  *Note Mode
  262. Structure::, for a summary of these permissions.
  263.    To change a file's permission to set the user ID on execution, use
  264. `u' in the USERS part of the symbolic mode and `s' in the PERMISSIONS
  265. part.
  266.    To change a file's permission to set the group ID on execution, use
  267. `g' in the USERS part of the symbolic mode and `s' in the PERMISSIONS
  268. part.
  269.    To change a file's permission to stay permanently on the swap device,
  270. use `o' in the USERS part of the symbolic mode and `t' in the
  271. PERMISSIONS part.
  272.    For example, to add set user ID permission to a program, you can use
  273. the mode:
  274.      u+s
  275.    To remove both set user ID and set group ID permission from it, you
  276. can use the mode:
  277.      ug-s
  278.    To cause a program to be saved on the swap device, you can use the
  279. mode:
  280.      o+t
  281.    Remember that the special permissions only affect files that are
  282. executable, plus, on some systems, directories (on which they have
  283. different meanings; *note Mode Structure::.).  Using `a' in the USERS
  284. part of a symbolic mode does not cause the special permissions to be
  285. affected; thus,
  286.      a+s
  287. has *no effect*.  You must use `u', `g', and `o' explicitly to affect
  288. the special permissions.  Also, the combinations `u+t', `g+t', and
  289. `o+s' have no effect.
  290.    The `=' operator is not very useful with special permissions; for
  291. example, the mode:
  292.      o=t
  293. does cause the file to be saved on the swap device, but it also removes
  294. all read, write, and execute permissions that users not in the file's
  295. group might have had for it.
  296. File: fileutils.info,  Node: Conditional Executability,  Next: Multiple Changes,  Prev: Changing Special Permissions,  Up: Symbolic Modes
  297. Conditional Executability
  298. -------------------------
  299.    There is one more special type of symbolic permission: if you use
  300. `X' instead of `x', execute permission is affected only if the file
  301. already had execute permission or is a directory.  It affects
  302. directories' execute permission even if they did not initially have any
  303. execute permissions set.
  304.    For example, this mode:
  305.      a+X
  306. gives all users permission to execute files (or search directories) if
  307. anyone could before.
  308. File: fileutils.info,  Node: Multiple Changes,  Next: Umask and Protection,  Prev: Conditional Executability,  Up: Symbolic Modes
  309. Making Multiple Changes
  310. -----------------------
  311.    The format of symbolic modes is actually more complex than described
  312. above (*note Setting Permissions::.).  It provides two ways to make
  313. multiple changes to files' permissions.
  314.    The first way is to specify multiple OPERATION and PERMISSIONS parts
  315. after a USERS part in the symbolic mode.
  316.    For example, the mode:
  317.      og+rX-w
  318. gives users other than the owner of the file read permission and, if it
  319. is a directory or if someone already had execute permission to it,
  320. gives them execute permission; and it also denies them write permission
  321. to it file.  It does not affect the permission that the owner of the
  322. file has for it.  The above mode is equivalent to the two modes:
  323.      og+rX
  324.      og-w
  325.    The second way to make multiple changes is to specify more than one
  326. simple symbolic mode, separated by commas.  For example, the mode:
  327.      a+r,go-w
  328. gives everyone permission to read the file and removes write permission
  329. on it for all users except its owner.  Another example:
  330.      u=rwx,g=rx,o=
  331. sets all of the non-special permissions for the file explicitly.  (It
  332. gives users who are not in the file's group no permission at all for
  333.    The two methods can be combined.  The mode:
  334.      a+r,g+x-w
  335. gives all users permission to read the file, and gives users who are in
  336. the file's group permission to execute it, as well, but not permission
  337. to write to it.  The above mode could be written in several different
  338. ways; another is:
  339.      u+r,g+rx,o+r,g-w
  340. File: fileutils.info,  Node: Umask and Protection,  Prev: Multiple Changes,  Up: Symbolic Modes
  341. The Umask and Protection
  342. ------------------------
  343.    If the USERS part of a symbolic mode is omitted, it defaults to `a'
  344. (affect all users), except that any permissions that are *set* in the
  345. system variable `umask' are *not affected*.  The value of `umask' can
  346. be set using the `umask' command.  Its default value varies from system
  347. to system.
  348.    Omitting the USERS part of a symbolic mode is generally not useful
  349. with operations other than `+'.  It is useful with `+' because it
  350. allows you to use `umask' as an easily customizable protection against
  351. giving away more permission to files than you intended to.
  352.    As an example, if `umask' has the value 2, which removes write
  353. permission for users who are not in the file's group, then the mode:
  354.      +w
  355. adds permission to write to the file to its owner and to other users who
  356. are in the file's group, but *not* to other users.  In contrast, the
  357. mode:
  358.      a+w
  359. ignores `umask', and *does* give write permission for the file to all
  360. users.
  361. File: fileutils.info,  Node: Numeric Modes,  Prev: Symbolic Modes,  Up: File permissions
  362. Numeric Modes
  363. =============
  364.    File permissions are stored internally as 16 bit integers.  As an
  365. alternative to giving a symbolic mode, you can give an octal (base 8)
  366. number that corresponds to the internal representation of the new mode.
  367. This number is always interpreted in octal; you do not have to add a
  368. leading 0, as you do in C.  Mode 0055 is the same as mode 55.
  369.    A numeric mode is usually shorter than the corresponding symbolic
  370. mode, but it is limited in that it can not take into account a file's
  371. previous permissions; it can only set them absolutely.
  372.    The permissions granted to the user, to other users in the file's
  373. group, and to other users not in the file's group are each stored as
  374. three bits, which are represented as one octal digit.  The three special
  375. permissions are also each stored as one bit, and they are as a group
  376. represented as another octal digit.  Here is how the bits are arranged
  377. in the 16 bit integer, starting with the lowest valued bit:
  378.      Value in  Corresponding
  379.      Mode      Permission
  380.      
  381.                Other users not in the file's group:
  382.         1      Execute
  383.         2      Write
  384.         4      Read
  385.      
  386.                Other users in the file's group:
  387.        10      Execute
  388.        20      Write
  389.        40      Read
  390.      
  391.                The file's owner:
  392.       100      Execute
  393.       200      Write
  394.       400      Read
  395.      
  396.                Special permissions:
  397.      1000      Save text image on swap device
  398.      2000      Set group ID on execution
  399.      4000      Set user ID on execution
  400.    For example, numeric mode 4755 corresponds to symbolic mode
  401. `u=rwxs,go=rx', and numeric mode 664 corresponds to symbolic mode
  402. `ug=rw,o=r'.  Numeric mode 0 corresponds to symbolic mode `ugo='.
  403. File: fileutils.info,  Node: Date input formats,  Next: Directory listing,  Prev: File permissions,  Up: Top
  404. Date input formats
  405. ******************
  406.      Our units of temporal measurement, from seconds on up to months,
  407.      are so complicated, asymmetrical and disjunctive so as to make
  408.      coherent mental reckoning in time all but impossible.  Indeed, had
  409.      some tyrannical god contrived to enslave our minds to time, to
  410.      make it all but impossible for us to escape subjection to sodden
  411.      routines and unpleasant surprises, he could hardly have done
  412.      better than handing down our present system.  It is like a set of
  413.      trapezoidal building blocks, with no vertical or horizontal
  414.      surfaces, like a language in which the simplest thought demands
  415.      ornate constructions, useless particles and lengthy
  416.      circumlocutions.  Unlike the more successful patterns of language
  417.      and science, which enable us to face experience boldly or at least
  418.      level-headedly, our system of temporal calculation silently and
  419.      persistently encourages our terror of time.
  420.      ...  It is as though architects had to measure length in feet,
  421.      width in meters and height in ells; as though basic instruction
  422.      manuals demanded a knowledge of five different languages.  It is
  423.      no wonder then that we often look into our own immediate past or
  424.      future, last Tuesday or a week from Sunday, with feelings of
  425.      helpless confusion.  ...
  426.      -- Robert Grudin, `Time and the Art of Living'.
  427.    This section describes the textual date representations that GNU
  428. programs accept.  These are the strings you, as a user, can supply as
  429. arguments to the various programs.  The C interface (via the `getdate'
  430. function) is not described here.
  431.    Although the date syntax here can represent any possible time since
  432. zero A.D., computer integers are not big enough for such a
  433. (comparatively) long time.  The earliest date semantically allowed on
  434. Unix systems is midnight, 1 January 1970 UCT.
  435. * Menu:
  436. * General date syntax::            Common rules.
  437. * Calendar date item::             19 Dec 1994.
  438. * Time of day item::               9:20pm.
  439. * Timezone item::                  EST, DST, BST, UCT, AHST, ...
  440. * Day of week item::               Monday and others.
  441. * Relative item in date strings::  next tuesday, 2 years ago.
  442. * Pure numbers in date strings::   19931219, 1440.
  443. * Authors of getdate::             Bellovin, Salz, Berets, et al.
  444. File: fileutils.info,  Node: General date syntax,  Next: Calendar date item,  Up: Date input formats
  445. General date syntax
  446. ===================
  447.    A "date" is a string, possibly empty, containing many items
  448. separated by whitespace.  The whitespace may be omitted when no
  449. ambiguity arises.  The empty string means the beginning of today (i.e.,
  450. midnight).  Order of the items is immaterial.  A date string may contain
  451. many flavors of items:
  452.    * calendar date items
  453.    * time of the day items
  454.    * time zone items
  455.    * day of the week items
  456.    * relative items
  457.    * pure numbers.
  458. We describe each of these item types in turn, below.
  459.    A few numbers may be written out in words in most contexts.  This is
  460. most useful for specifying day of the week items or relative items (see
  461. below).  Here is the list: `first' for 1, `next' for 2, `third' for 3,
  462. `fourth' for 4, `fifth' for 5, `sixth' for 6, `seventh' for 7, `eighth'
  463. for 8, `ninth' for 9, `tenth' for 10, `eleventh' for 11 and `twelfth'
  464. for 12.  Also, `last' means exactly -1.
  465.    When a month is written this way, it is still considered to be
  466. written numerically, instead of being "spelled in full"; this changes
  467. the allowed strings.
  468.    Alphabetic case is completely ignored in dates.  Comments may be
  469. introduced between round parentheses, as long as included parentheses
  470. are properly nested.  Hyphens not followed by a digit are currently
  471. ignored.  Leading zeros on numbers are ignored.
  472. File: fileutils.info,  Node: Calendar date item,  Next: Time of day item,  Prev: General date syntax,  Up: Date input formats
  473. Calendar date item
  474. ==================
  475.    A "calendar date item" specifies a day of the year.  It is specified
  476. differently, depending on whether the month is specified numerically or
  477. literally.  All these strings specify the same calendar date:
  478.      1970-09-17           # ISO 8601.
  479.      70-9-17              # This century assumed by default.
  480.      70-09-17             # Leading zeros are ignored.
  481.      9/17/72              # Common U.S. writing.
  482.      24 September 1972
  483.      24 Sept 72           # September has a special abbreviation.
  484.      24 Sep 72            # Three-letter abbreviations always allowed.
  485.      Sep 24, 1972
  486.      24-sep-72
  487.      24sep72
  488.    The year can also be omitted.  In this case, the last specified year
  489. is used, or the current year if none.  For example:
  490.      9/17
  491.      sep 17
  492.    Here are the rules.
  493.    For numeric months, the ISO 8601 format `YEAR-MONTH-DAY' is allowed,
  494. where YEAR is any positive number, MONTH is a number between 01 and 12,
  495. and DAY is a number between 01 and 31.  A leading zero must be present
  496. if a number is less than ten.  If YEAR is less than 100, then 1900 is
  497. added to it to force a date in this century.  The construct
  498. `MONTH/DAY/YEAR', popular in the United States, is accepted.  Also
  499. `MONTH/DAY', omitting the year.
  500.    Literal months may be spelled out in full: `January', `February',
  501. `March', `April', `May', `June', `July', `August', `September',
  502. `October', `November' or `December'.  Literal months may be abbreviated
  503. to their first three letters, possibly followed by an abbreviating dot.
  504. It is also permitted to write `Sept' instead of `September'.
  505.    When months are written literally, the calendar date may be given as
  506. any of the following:
  507.      DAY MONTH YEAR
  508.      DAY MONTH
  509.      MONTH DAY YEAR
  510.      DAY-MONTH-YEAR
  511.    Or, omitting the year:
  512.      MONTH DAY
  513. File: fileutils.info,  Node: Time of day item,  Next: Timezone item,  Prev: Calendar date item,  Up: Date input formats
  514. Time of day item
  515. ================
  516.    A "time of day item" in date strings specifies the time on a given
  517. day.  Here are some examples, all of which represent the same time:
  518.      20:02:0
  519.      20:02
  520.      8:02pm
  521.      20:02-0500      # In EST (Eastern U.S. Standard Time).
  522.    More generally, the time of the day may be given as
  523. `HOUR:MINUTE:SECOND', where HOUR is a number between 0 and 23, MINUTE
  524. is a number between 0 and 59, and SECOND is a number between 0 and 59.
  525. Alternatively, `:SECOND' can be omitted, in which case it is taken to
  526. be zero.
  527.    If the time is followed by `am' or `pm' (or `a.m.' or `p.m.'), HOUR
  528. is restricted to run from 1 to 12, and `:MINUTE' may be omitted (taken
  529. to be zero).  `am' indicates the first half of the day, `pm' indicates
  530. the second half of the day.  In this notation, 12 is the predecessor of
  531. 1: midnight is `12am' while noon is `12pm'.
  532.    The time may alternatively be followed by a timezone correction,
  533. expressed as `SHHMM', where S is `+' or `-', HH is a number of zone
  534. hours and MM is a number of zone minutes.  When a timezone correction
  535. is given this way, it forces interpretation of the time in UTC,
  536. overriding any previous specification for the timezone or the local
  537. timezone.  The MINUTE part of the time of the day may not be elided
  538. when a timezone correction is used.  This is the only way to specify a
  539. timezone correction by fractional parts of an hour.
  540.    Either `am'/`pm' or a timezone correction may be specified, but not
  541. both.
  542. File: fileutils.info,  Node: Timezone item,  Next: Day of week item,  Prev: Time of day item,  Up: Date input formats
  543. Timezone item
  544. =============
  545.    A "timezone item" specifies an international timezone, indicated by
  546. a small set of letters.  Any included period is ignored.  Military
  547. timezone designations use a single letter.  Currently, only integral
  548. zone hours may be represented in a timezone item.  See the previous
  549. section for a finer control over the timezone correction.
  550.    Here are many non-daylight-savings-time timezones, indexed by the
  551. zone hour value.
  552.      `GMT' for Greenwich Mean, `UT' or `UTC' for Universal
  553.      (Coordinated), `WET' for Western European and `Z' for militaries.
  554.      `WAT' for West Africa and `A' for militaries.
  555.      `AT' for Azores and `B' for militaries.
  556.      `C' for militaries.
  557.      `AST' for Atlantic Standard and `D' for militaries.
  558.      `E' for militaries and `EST' for Eastern Standard.
  559.      `CST' for Central Standard and `F' for militaries.
  560.      `G' for militaries and `MST' for Mountain Standard.
  561.      `H' for militaries and `PST' for Pacific Standard.
  562.      `I' for militaries and `YST' for Yukon Standard.
  563. +1000
  564.      `AHST' for Alaska-Hawaii Standard, `CAT' for Central Alaska, `HST'
  565.      for Hawaii Standard and `K' for militaries.
  566. +1100
  567.      `L' for militaries and `NT' for Nome.
  568. +1200
  569.      `IDLW' for International Date Line West and `M' for militaries.
  570.      `CET' for Central European, `FWT' for French Winter, `MET' for
  571.      Middle European, `MEWT' for Middle European Winter, `N' for
  572.      militaries and `SWT' for Swedish Winter.
  573.      `EET' for Eastern European, USSR Zone 1 and `O' for militaries.
  574.      `BT' for Baghdad, USSR Zone 2 and `P' for militaries.
  575.      `Q' for militaries and `ZP4' for USSR Zone 3.
  576.      `R' for militaries and `ZP5' for USSR Zone 4.
  577.      `S' for militaries and `ZP6' for USSR Zone 5.
  578.      `T' for militaries and `WAST' for West Australian Standard.
  579.      `CCT' for China Coast, USSR Zone 7 and `U' for militaries.
  580.      `JST' for Japan Standard, USSR Zone 8 and `V' for militaries.
  581. -1000
  582.      `EAST' for East Australian Standard, `GST' for Guam Standard, USSR
  583.      Zone 9 and `W' for militaries.
  584. -1100
  585.      `X' for militaries.
  586. -1200
  587.      `IDLE' for International Date Line East, `NZST' for New Zealand
  588.      Standard, `NZT' for New Zealand and `Y' for militaries.
  589.    Here are many DST timezones, indexed by the zone hour value.  Also,
  590. by following a non-DST timezone by the string `DST' in a separate word
  591. (that is, separated by some whitespace), the corresponding DST timezone
  592. may be specified.
  593.      `BST' for British Summer.
  594.      `ADT' for Atlantic Daylight.
  595.      `EDT' for Eastern Daylight.
  596.      `CDT' for Central Daylight.
  597.      `MDT' for Mountain Daylight.
  598.      `PDT' for Pacific Daylight.
  599.      `YDT' for Yukon Daylight.
  600. +1000
  601.      `HDT' for Hawaii Daylight.
  602.      `MEST' for Middle European Summer, `MESZ' for Middle European
  603.      Summer, `SST' for Swedish Summer and `FST' for French Summer.
  604.      `WADT' for West Australian Daylight.
  605. -1000
  606.      `EADT' for Eastern Australian Daylight.
  607. -1200
  608.      `NZDT' for New Zealand Daylight.
  609. File: fileutils.info,  Node: Day of week item,  Next: Relative item in date strings,  Prev: Timezone item,  Up: Date input formats
  610. Day of week item
  611. ================
  612.    The explicit mention of a day of the week will forward the date
  613. (only if necessary) to reach that day of the week in the future.
  614.    Days of the week may be spelled out in full: `Sunday', `Monday',
  615. `Tuesday', `Wednesday', `Thursday', `Friday' or `Saturday'.  Days may
  616. be abbreviated to their first three letters, optionally followed by a
  617. period.  The special abbreviations `Tues' for `Tuesday', `Wednes' for
  618. `Wednesday' and `Thur' or `Thurs' for `Thursday' are also allowed.
  619.    A number may precede a day of the week item to move forward
  620. supplementary weeks.  It is best used in expression like `third
  621. monday'.  In this context, `last DAY' or `next DAY' is also acceptable;
  622. they move one week before or after the day that DAY by itself would
  623. represent.
  624.    A comma following a day of the week item is ignored.
  625. File: fileutils.info,  Node: Relative item in date strings,  Next: Pure numbers in date strings,  Prev: Day of week item,  Up: Date input formats
  626. Relative item in date strings
  627. =============================
  628.    "Relative items" adjust a date (or the current date if none) forward
  629. or backward.  The effects of relative items accumulate.  Here are some
  630. examples:
  631.      1 year
  632.      1 year ago
  633.      3 years
  634.      2 days
  635.    The unit of time displacement may be selected by the string `year'
  636. or `month' for moving by whole years or months.  These are fuzzy units,
  637. as years and months are not all of equal duration.  More precise units
  638. are `fortnight' which is worth 14 days, `week' worth 7 days, `day'
  639. worth 24 hours, `hour' worth 60 minutes, `minute' or `min' worth 60
  640. seconds, and `second' or `sec' worth one second.  An `s' suffix on
  641. these units is accepted and ignored.
  642.    The unit of time may be preceded by a multiplier, given as an
  643. optionally signed number.  Unsigned numbers are taken as positively
  644. signed.  No number at all implies 1 for a multiplier.  Following a
  645. relative item by the string `ago' is equivalent to preceding the unit
  646. by a multiplicator with value -1.
  647.    The string `tomorrow' is worth one day in the future (equivalent to
  648. `day'), the string `yesterday' is worth one day in the past (equivalent
  649. to `day ago').
  650.    The strings `now' or `today' are relative items corresponding to
  651. zero-valued time displacement, these strings come from the fact a
  652. zero-valued time displacement represents the current time when not
  653. otherwise change by previous items.  They may be used to stress other
  654. items, like in `12:00 today'.  The string `this' also has the meaning
  655. of a zero-valued time displacement, but is preferred in date strings
  656. like `this thursday'.
  657.    When a relative item makes the resulting date to cross the boundary
  658. between DST and non-DST (or vice-versa), the hour is adjusted according
  659. to the local time.
  660. File: fileutils.info,  Node: Pure numbers in date strings,  Next: Authors of getdate,  Prev: Relative item in date strings,  Up: Date input formats
  661. Pure numbers in date strings
  662. ============================
  663.    The precise intepretation of a pure decimal number is dependent of
  664. the context in the date string.
  665.    If the decimal number is of the form YYYYMMDD and no other calendar
  666. date item (*note Calendar date item::.) appears before it in the date
  667. string, then YYYY is read as the year, MM as the month number and DD as
  668. the day of the month, for the specified calendar date.
  669.    If the decimal number is of the form HHMM and no other time of day
  670. item appears before it in the date string, then HH is read as the hour
  671. of the day and MM as the minute of the hour, for the specified time of
  672. the day.  MM can also be omitted.
  673.    If both a calendar date and a time of day appear to the left of a
  674. number in the date string, but no relative item, then the number
  675. overrides the year.
  676. File: fileutils.info,  Node: Authors of getdate,  Prev: Pure numbers in date strings,  Up: Date input formats
  677. Authors of `getdate'
  678. ====================
  679.    `getdate' was originally implemented by Steven M. Bellovin
  680. (`smb@research.att.com') while at the University of North Carolina at
  681. Chapel Hill.  The code was later tweaked by a couple of people on
  682. Usenet, then completely overhauled by Rich $alz (`rsalz@bbn.com') and
  683. Jim Berets (`jberets@bbn.com') in August, 1990.  Various revisions for
  684. the GNU system were made by David MacKenzie, Jim Meyering, and others.
  685.    This chapter was originally produced by Franc,ois Pinard
  686. (`pinard@iro.umontreal.ca') from the `getdate.y' source code, and then
  687. edited by K. Berry (`kb@cs.umb.edu').
  688. File: fileutils.info,  Node: Directory listing,  Next: Basic operations,  Prev: Date input formats,  Up: Top
  689. Directory listing
  690. *****************
  691.    This chapter describes the `ls' command and its variants `dir' and
  692. `vdir', which list information about files.
  693. * Menu:
  694. * ls invocation::               List directory contents.
  695. * dir invocation::              Briefly ls.
  696. * vdir invocation::             Verbosely ls.
  697. * dircolors invocation::        Color setup for ls, etc.
  698. File: fileutils.info,  Node: ls invocation,  Next: dir invocation,  Up: Directory listing
  699. `ls': List directory contents
  700. =============================
  701.    The `ls' program lists information about files (of any type,
  702. including directories).  Options and file arguments can be intermixed
  703. arbitrarily, as usual.
  704.    For non-option command-line arguments that are directories, by
  705. default `ls' lists the contents of directories, not recursively, and
  706. omitting files with names beginning with `.'.  For other non-option
  707. arguments, by default `ls' lists just the file name.  If no non-option
  708. arguments are specified, `ls' lists the contents of the current
  709. directory.
  710.    By default, the output is sorted alphabetically.  If standard output
  711. is a terminal, the output is in columns (sorted vertically); otherwise,
  712. they are listed one per line.
  713.    Because `ls' is such a fundamental program, it has accumulated many
  714. options over the years.  They are described in the subsections below;
  715. within each section, options are listed alphabetically (ignoring case).
  716. The division of options into the subsections is not absolute, since some
  717. options affect more than one aspect of `ls''s operation.
  718.    The `-g' option is accepted but ignored, for compatibility with
  719. Unix.  Also see *Note Common options::.
  720. * Menu:
  721. * Which files are listed::
  722. * What information is listed::
  723. * Sorting the output::
  724. * General output formatting::
  725. * Formatting the file names::
  726. File: fileutils.info,  Node: Which files are listed,  Next: What information is listed,  Up: ls invocation
  727. Which files are listed
  728. ----------------------
  729.    These options determine which files `ls' lists information for.  By
  730. default, any files and the contents of any directories on the command
  731. line are shown.
  732. `--all'
  733.      List all files in directories, including files that start with `.'.
  734. `--almost-all'
  735.      List all files in directories except for `.' and `..'.
  736. `--ignore-backups'
  737.      Do not list files that end with `~', unless they are given on the
  738.      command line.
  739. `--directory'
  740.      List just the names of directories, as with other types of files,
  741.      rather than listing their contents.
  742. `--ignore'
  743.      Do not list files whose names match the shell pattern (not regular
  744.      expression) PATTERN unless they are given on the command line.  As
  745.      in the shell, an initial `.' in a file name does not match a
  746.      wildcard at the start of PATTERN.
  747. `--dereference'
  748.      In a long listing, show file information (e.g., times and
  749.      permissions) for the referents of symbolic links rather than for
  750.      the symbolic links themselves.
  751. `--recursive'
  752.      List the contents of all directories recursively.
  753. File: fileutils.info,  Node: What information is listed,  Next: Sorting the output,  Prev: Which files are listed,  Up: ls invocation
  754. What information is listed
  755. --------------------------
  756.    These options affect the information that `ls' displays.  By
  757. default, only file names are shown.
  758. `--dired'
  759.      With the long listing (`-l') format, print an additional line after
  760.      the main output:
  761.           //DIRED// BEG1 END1 BEG2 END2 ...
  762.      The BEGN and ENDN are unsigned integers which record the byte
  763.      position of the beginning and end of each file name in the output.
  764.      This makes it easy for Emacs to find the names, even when they
  765.      contain unusual characters such as space or newline, without fancy
  766.      searching.
  767.      If directories are being listed recursively (`-R'), output a
  768.      similar line after each subdirectory:
  769.           //SUBDIRED// BEG1 END1 ...
  770. `--no-group'
  771.      Inhibit display of group information in a long format directory
  772.      listing.  (This is the default in some non-GNU versions of `ls',
  773.      so we provide this option for compatibility.)
  774. `--inode'
  775.      Print the inode number (also called the file serial number and
  776.      index number) of each file to the left of the file name.  (This
  777.      number uniquely identifies each file within a particular
  778.      filesystem.)
  779. `--format=long'
  780. `--format=verbose'
  781.      In addition to the name of each file, print the file type,
  782.      permissions, number of hard links, owner name, group name, size in
  783.      bytes, and timestamp (by default, the modification time).  For
  784.      files with a time more than six months old or more than one hour
  785.      into the future, the timestamp contains the year instead of the
  786.      time of day.
  787.      For each directory that is listed, preface the files with a line
  788.      `total BLOCKS', where BLOCKS is the total disk space used by all
  789.      files in that directory.  By default, 1024-byte blocks are used;
  790.      if the environment variable `POSIXLY_CORRECT' is set, 512-byte
  791.      blocks are used (unless the `-k' option is given).  The BLOCKS
  792.      computed counts each hard link separately; this is arguably a
  793.      deficiency.
  794.      The permissions listed are similar to symbolic mode specifications
  795.      (*note Symbolic Modes::.).  But `ls' combines multiple bits into
  796.      the third character of each set of permissions as follows:
  797.     `s'
  798.           If the setuid or setgid bit and the corresponding executable
  799.           bit are both set.
  800.     `S'
  801.           If the setuid or setgid bit is set but the corresponding
  802.           executable bit is not set.
  803.     `t'
  804.           If the sticky bit and the other-executable bit are both set.
  805.     `T'
  806.           If the sticky bit is set but the other-executable bit is not
  807.           set.
  808.     `x'
  809.           If the executable bit is set and none of the above apply.
  810.     `-'
  811.           Otherwise.
  812.      Produce long format directory listings, but don't display group
  813.      information.  It is equivalent to using `--format=long' with
  814.      `--no-group' .  This option is provided for compatibility with
  815.      other versions of `ls'.
  816. `--size'
  817.      Print the size of each file in 1024-byte blocks to the left of the
  818.      file name.  If the environment variable `POSIXLY_CORRECT' is set,
  819.      512-byte blocks are used instead, unless the `-k' option is given
  820.      (*note General output formatting::.).
  821.      For files that are NFS-mounted from an HP-UX system to a BSD
  822.      system, this option reports sizes that are half the correct
  823.      values.  On HP-UX systems, it reports sizes that are twice the
  824.      correct values for files that are NFS-mounted from BSD systems.
  825.      This is due to a flaw in HP-UX; it also affects the HP-UX `ls'
  826.      program.
  827. File: fileutils.info,  Node: Sorting the output,  Next: General output formatting,  Prev: What information is listed,  Up: ls invocation
  828. Sorting the output
  829. ------------------
  830.    These options change the order in which `ls' sorts the information
  831. it outputs.  By default, sorting is done by character code (e.g., ASCII
  832. order).
  833. `--time=ctime'
  834. `--time=status'
  835.      Sort according to the status change time (the `ctime' in the
  836.      inode).  If the long listing format (`-l') is being used, print the
  837.      status change time instead of the modification time.
  838.      Primarily, like `-U'--do not sort; list the files in whatever
  839.      order they are stored in the directory.  But also enable `-a' (list
  840.      all files) and disable `-l', `--color', and `-s' (if they were
  841.      specified before the `-f').
  842. `--reverse'
  843.      Reverse whatever the sorting method is--e.g., list files in reverse
  844.      alphabetical order, youngest first, smallest first, or whatever.
  845. `--sort=size'
  846.      Sort by file size, largest first.
  847. `--sort=time'
  848.      Sort by modification time (the `mtime' in the inode), newest first.
  849. `--time=atime'
  850. `--time=access'
  851. `--time=use'
  852.      Sort by access time (the `atime' in the inode).  If the long
  853.      listing format is being used, print the last access time.
  854. `--sort=none'
  855.      Do not sort; list the files in whatever order they are stored in
  856.      the directory.  (Do not do any of the other unrelated things that
  857.      `-f' does.)  This is especially useful when listing very large
  858.      directories, since not doing any sorting can be noticeably faster.
  859. `--sort=extension'
  860.      Sort directory contents alphabetically by file extension
  861.      (characters after the last `.'); files with no extension are
  862.      sorted first.
  863. File: fileutils.info,  Node: General output formatting,  Next: Formatting the file names,  Prev: Sorting the output,  Up: ls invocation
  864. General output formatting
  865. -------------------------
  866.    These options affect the appearance of the overall output.
  867. `--format=single-column'
  868.      List one file per line.  This is the default for `ls' when standard
  869.      output is not a terminal.
  870. `--format=vertical'
  871.      List files in columns, sorted vertically.  This is the default for
  872.      `ls' if standard output is a terminal.  It is always the default
  873.      for the `dir' and `d' programs.
  874. `--color [=WHEN]'
  875.      Specify whether to use color for distinguishing file types.  WHEN
  876.      may be omitted, or one of:
  877.         * none Do not use color at all.  This is the default.
  878.         * auto Only use color if standard output is a terminal.
  879.         * always Always use color.  Specifying `--color' and no WHEN is
  880.      equivalent to `--color=always'.
  881. `--classify'
  882.      Append a character to each file name indicating the file type.
  883.      Also, for regular files that are executable, append `*'.  The file
  884.      type indicators are `/' for directories, `@' for symbolic links,
  885.      `|' for FIFOs, `=' for sockets, and nothing for regular files.
  886. `--full-time'
  887.      List times in full, rather than using the standard abbreviation
  888.      heuristics.  The format is the same as `date''s default; it's not
  889.      possible to change this, but you can extract out the date string
  890.      with `cut' and then pass the result to `date -d'.  *Note `date'
  891.      invocation: (sh-utils)date invocation.
  892.      This is most useful because the time output includes the seconds.
  893.      (Unix filesystems store file timestamps only to the nearest
  894.      second, so this option shows all the information there is.)  For
  895.      example, this can help when you have a Makefile that is not
  896.      regenerating files properly.
  897. `--kilobytes'
  898.      If file sizes are being listed, print them in kilobytes.  This
  899.      overrides the environment variable `POSIXLY_CORRECT'.
  900. `--format=commas'
  901.      List files horizontally, with as many as will fit on each line,
  902.      separated by `, ' (a comma and a space).
  903. `--numeric-uid-gid'
  904.      List the numeric UID and GID instead of the names.
  905.      Append a character to each file name indicating the file type.
  906.      This is like `-F', except that executables are not marked.
  907. `-x FORMAT'
  908. `--format=across'
  909. `--format=horizontal'
  910.      List the files in columns, sorted horizontally.
  911. `-T COLS'
  912. `--tabsize=COLS'
  913.      Assume that each tabstop is COLS columns wide.  The default is 8.
  914.      `ls' uses tabs where possible in the output, for efficiency.  If
  915.      COLS is zero, do not use tabs at all.
  916. `--width=COLS'
  917.      Assume the screen is COLS columns wide.  The default is taken from
  918.      the terminal settings if possible; otherwise the environment
  919.      variable `COLUMNS' is used if it is set; otherwise the default is
  920.      80.
  921. File: fileutils.info,  Node: Formatting the file names,  Prev: General output formatting,  Up: ls invocation
  922. Formatting the file names
  923. -------------------------
  924.    These options change how file names themselves are printed.
  925. `--escape'
  926.      Quote nongraphic characters in file names using alphabetic and
  927.      octal backslash sequences like those used in C.
  928. `--literal'
  929.      Do not quote file names.
  930. `--hide-control-chars'
  931.      Print question marks instead of nongraphic characters in file
  932.      names.  This is the default.
  933. `--quote-name'
  934.      Enclose file names in double quotes and quote nongraphic
  935.      characters as in C.
  936. File: fileutils.info,  Node: dir invocation,  Next: vdir invocation,  Prev: ls invocation,  Up: Directory listing
  937. `dir': Briefly list directory contents
  938. ======================================
  939.    `dir' (also installed as `d') is equivalent to `ls -C'; that is,
  940. files are by default listed in columns, sorted vertically.
  941.    *Note `ls': ls invocation.
  942. File: fileutils.info,  Node: vdir invocation,  Next: dircolors invocation,  Prev: dir invocation,  Up: Directory listing
  943. `vdir': Verbosely list directory contents
  944. =========================================
  945.    `vdir' (also installed as `v')is equivalent to `ls -l'; that is,
  946. files are by default listed in long format.
  947. File: fileutils.info,  Node: dircolors invocation,  Prev: vdir invocation,  Up: Directory listing
  948. `dircolors': Color setup for `ls'
  949. =================================
  950.    `dircolors' outputs a sequence of shell commands to set up the
  951. terminal for color output from `ls' (and `dir', etc.).  Typical usage:
  952.      eval `dircolors [OPTION]... [FILE]`
  953.    If FILE is specified, `dircolors' reads it to determine which colors
  954. to use for which file types and extensions.  Otherwise, a precompiled
  955. database is used.  For details on the format of these files, run
  956. `dircolors --print-database'.
  957.    The output is a shell command to set the `LS_COLORS' environment
  958. variable.  You can specify the shell syntax to use on the command line,
  959. or `dircolors' will guess it from the value of the `SHELL' environment
  960. variable.
  961.    The program accepts the following options.  Also see *Note Common
  962. options::.
  963. `--sh'
  964. `--bourne-shell'
  965.      Output Bourne shell commands.  This is the default if the `SHELL'
  966.      environment variable is set and does not end with `csh' or `tcsh'.
  967. `--csh'
  968. `--c-shell'
  969.      Output C shell commands.  This is the default if `SHELL' ends with
  970.      `csh' or `tcsh'.
  971. `--print-database'
  972.      Print the (compiled-in) default color configuration database.  This
  973.      output is itself a valid configuration file, and is fairly
  974.      descriptive of the possibilities.
  975. File: fileutils.info,  Node: Basic operations,  Next: Special file types,  Prev: Directory listing,  Up: Top
  976. Basic operations
  977. ****************
  978.    This chapter describes the commands for basic file manipulation:
  979. copying, moving (renaming), and deleting (removing).
  980. * Menu:
  981. * cp invocation::               Copy files.
  982. * dd invocation::               Convert and copy a file.
  983. * install invocation::          Copy files and set attributes.
  984. * mv invocation::               Move (rename) files.
  985. * rm invocation::               Remove files or directories.
  986. File: fileutils.info,  Node: cp invocation,  Next: dd invocation,  Up: Basic operations
  987. `cp': Copy files and directories
  988. ================================
  989.    `cp' copies files (or, optionally, directories).  The copy is
  990. completely independent of the original.  You can either copy one file to
  991. another, or copy arbitrarily many files to a destination directory.
  992. Synopsis:
  993.      cp [OPTION]... SOURCE DEST
  994.      cp [OPTION]... SOURCE... DIRECTORY
  995.    If the last argument names an existing directory, `cp' copies each
  996. SOURCE file into that directory (retaining the same name).  Otherwise,
  997. if only two files are given, it copies the first onto the second.  It
  998. is an error if the last argument is not a directory and more than two
  999. non-option arguments are given.
  1000.    Generally, files are written just as they are read.  For exceptions,
  1001. see the `--sparse' option below.
  1002.    By default, `cp' does not copy directories (see `-r' below).
  1003.    `cp' generally refuses to copy a file onto itself, with the
  1004. following exception: if `--force --backup' is specified with SOURCE and
  1005. DEST identical, and referring to a regular file, `cp' will make a
  1006. backup file, either regular or numbered, as specified in the usual ways
  1007. (*note Backup options::.).  This is useful when you simply want to make
  1008. a backup of an existing file before changing it.
  1009.    The program accepts the following options.  Also see *Note Common
  1010. options::.
  1011. `--archive'
  1012.      Preserve as much as possible of the structure and attributes of the
  1013.      original files in the copy (but do not preserve directory
  1014.      structure).  Equivalent to `-dpR'.
  1015. `--backup'
  1016.      Make backups of files that are about to be overwritten or removed.
  1017.      *Note Backup options::.
  1018. `--no-dereference'
  1019.      Copy symbolic links as symbolic links rather than copying the
  1020.      files that they point to, and preserve hard links between source
  1021.      files in the copies.
  1022. `--force'
  1023.      Remove existing destination files.
  1024. `--interactive'
  1025.      Prompt whether to overwrite existing regular destination files.
  1026. `--link'
  1027.      Make hard links instead of copies of non-directories.
  1028. `--preserve'
  1029.      Preserve the original files' owner, group, permissions, and
  1030.      timestamps.
  1031. `--parents'
  1032.      Form the name of each destination file by appending to the target
  1033.      directory a slash and the specified name of the source file.  The
  1034.      last argument given to `cp' must be the name of an existing
  1035.      directory.  For example, the command:
  1036.           cp --parents a/b/c existing_dir
  1037.      copies the file `a/b/c' to `existing_dir/a/b/c', creating any
  1038.      missing intermediate directories.
  1039.      Copy directories recursively, copying any non-directories and
  1040.      non-symbolic links (that is, FIFOs and special files) as if they
  1041.      were regular files.  This means trying to read the data in each
  1042.      source file and writing it to the destination.  Thus, with this
  1043.      option, `cp' may well hang indefinitely reading a FIFO, unless
  1044.      something else happens to be writing it.
  1045. `--recursive'
  1046.      Copy directories recursively, preserving non-directories (see `-r'
  1047.      just above).
  1048. `--sparse=WHEN'
  1049.      A "sparse file" contains "holes"--a sequence of zero bytes that
  1050.      does not occupy any physical disk blocks; the `read' system call
  1051.      reads these as zeroes.  This can both save considerable disk space
  1052.      and increase speed, since many binary files contain lots of
  1053.      consecutive zero bytes.  By default, `cp' detects holes in input
  1054.      source files via a crude heuristic and makes the corresponding
  1055.      output file sparse as well.
  1056.      The WHEN value can be one of the following:
  1057.     `auto'
  1058.           The default behavior: the output file is sparse if the input
  1059.           file is sparse.
  1060.     `always'
  1061.           Always make the output file sparse.  This is useful when the
  1062.           input file resides on a filesystem that does not support
  1063.           sparse files (the most notable example is `efs' filesystems
  1064.           in SGI IRIX 5.3 and earlier), but the output file is on
  1065.           another type of filesystem.
  1066.     `never'
  1067.           Never make the output file sparse.  If you find an
  1068.           application for this option, let us know.
  1069. `--symbolic-link'
  1070.      Make symbolic links instead of copies of non-directories.  All
  1071.      source file names must be absolute (starting with `/') unless the
  1072.      destination files are in the current directory.  This option merely
  1073.      results in an error message on systems that do not support
  1074.      symbolic links.
  1075. `-S SUFFIX'
  1076. `--suffix=SUFFIX'
  1077.      Append SUFFIX to each backup file made with `-b'.  *Note Backup
  1078.      options::.
  1079. `--update'
  1080.      Do not copy a nondirectory that has an existing destination with
  1081.      the same or newer modification time.
  1082. `--verbose'
  1083.      Print the name of each file before copying it.
  1084. `-V METHOD'
  1085. `--version-control=METHOD'
  1086.      Change the type of backups made with `-b'.  The METHOD argument
  1087.      can be `numbered' (or `t'), `existing' (or `nil'), or `never' (or
  1088.      `simple').  *Note Backup options::.
  1089. `--one-file-system'
  1090.      Skip subdirectories that are on different filesystems from the one
  1091.      that the copy started on.
  1092. File: fileutils.info,  Node: dd invocation,  Next: install invocation,  Prev: cp invocation,  Up: Basic operations
  1093. `dd': Convert and copy a file
  1094. =============================
  1095.    `dd' copies a file (from standard input to standard output, by
  1096. default) with a changeable I/O blocksize, while optionally performing
  1097. conversions on it.  Synopsis:
  1098.      dd [OPTION]...
  1099.    The program accepts the following options.  Also see *Note Common
  1100. options::.
  1101.    The numeric-valued options below (BYTES and BLOCKS) can be followed
  1102. by a multiplier: `b'=512, `c'=1, `k'=1024, `w'=2, `xM'=M.
  1103. `if=FILE'
  1104.      Read from FILE instead of standard input.
  1105. `of=FILE'
  1106.      Write to FILE instead of standard output.  Unless `conv=notrunc'
  1107.      is given, `dd' truncates FILE to zero bytes (or the size specified
  1108.      with `seek=').
  1109. `ibs=BYTES'
  1110.      Read BYTES bytes at a time.
  1111. `obs=BYTES'
  1112.      Write BYTES bytes at a time.
  1113. `bs=BYTES'
  1114.      Both read and write BYTES bytes at a time.  This overrides `ibs'
  1115.      and `obs'.
  1116. `cbs=BYTES'
  1117.      Convert BYTES bytes at a time.
  1118. `skip=BLOCKS'
  1119.      Skip BLOCKS `ibs'-byte blocks in the input file before copying.
  1120. `seek=BLOCKS'
  1121.      Skip BLOCKS `obs'-byte blocks in the output file before copying.
  1122. `count=BLOCKS'
  1123.      Copy BLOCKS `obs'-byte blocks from the input file, instead of
  1124.      everything until the end of the file.
  1125. `conv=CONVERSION[,CONVERSION]...'
  1126.      Convert the file as specified by the CONVERSION argument(s).  (No
  1127.      spaces around any comma(s).)
  1128.      Conversions:
  1129.     `ascii'
  1130.           Convert EBCDIC to ASCII.
  1131.     `ebcdic'
  1132.           Convert ASCII to EBCDIC.
  1133.     `ibm'
  1134.           Convert ASCII to alternate EBCDIC.
  1135.     `block'
  1136.           For each line in the input, output `cbs' bytes, replacing the
  1137.           input newline with a space and padding with spaces as
  1138.           necessary.
  1139.     `unblock'
  1140.           Replace trailing spaces in each `cbs'-sized input block with a
  1141.           newline.
  1142.     `lcase'
  1143.           Change uppercase letters to lowercase.
  1144.     `ucase'
  1145.           Change lowercase letters to uppercase.
  1146.     `swab'
  1147.           Swap every pair of input bytes.  GNU `dd', unlike others,
  1148.           works when an odd number of bytes are read--the last byte is
  1149.           simply copied (since there is nothing to swap it with).
  1150.     `noerror'
  1151.           Continue after read errors.
  1152.     `notrunc'
  1153.           Do not truncate the output file.
  1154.     `sync'
  1155.           Pad every input block to size of `ibs' with trailing zero
  1156.           bytes.
  1157. File: fileutils.info,  Node: install invocation,  Next: mv invocation,  Prev: dd invocation,  Up: Basic operations
  1158. `install': Copy files and set attributes
  1159. ========================================
  1160.    `install' copies files while setting their permission modes and, if
  1161. possible, their owner and group.  Synopses:
  1162.      install [OPTION]... SOURCE DEST
  1163.      install [OPTION]... SOURCE... DIRECTORY
  1164.      install -d [OPTION]... DIRECTORY...
  1165.    In the first of these, the SOURCE file is copied to the DEST target
  1166. file.  In the second, each of the SOURCE files are copied to the
  1167. destination DIRECTORY.  In the last, each DIRECTORY (and any missing
  1168. parent directories) is created.
  1169.    `install' is similar to `cp', but allows you to control the
  1170. attributes of destination files.  It is typically used in Makefiles to
  1171. copy programs into their destination directories.  It refuses to copy
  1172. files onto themselves.
  1173.    The program accepts the following options.  Also see *Note Common
  1174. options::.
  1175. `--backup'
  1176.      Make backups of files that are about to be overwritten or removed.
  1177.      *Note Backup options::.
  1178.      Ignored; for compatibility with old Unix versions of `install'.
  1179. `--directory'
  1180.      Create each given directory and any missing parent directories,
  1181.      setting the owner, group and mode as given on the command line or
  1182.      to the defaults.  It also gives any parent directories it creates
  1183.      those attributes.  (This is different from the SunOS 4.x
  1184.      `install', which gives directories that it creates the default
  1185.      attributes.)
  1186. `-g GROUP'
  1187. `--group=GROUP'
  1188.      Set the group ownership of installed files or directories to
  1189.      GROUP. The default is the process's current group.  GROUP may be
  1190.      either a group name or a numeric group id.
  1191. `-m MODE'
  1192. `--mode=MODE'
  1193.      Set the permissions for the installed file or directory to MODE,
  1194.      which can be either an octal number, or a symbolic mode as in
  1195.      `chmod', with 0 as the point of departure (*note File
  1196.      permissions::.).  The default mode is 0755--read, write, and
  1197.      execute for the owner, and read and execute for group and other.
  1198. `-o OWNER'
  1199. `--owner=OWNER'
  1200.      If `install' has appropriate privileges (is run as root), set the
  1201.      ownership of installed files or directories to OWNER. The default
  1202.      is `root'.  OWNER may be either a user name or a numeric user ID.
  1203. `--strip'
  1204.      Strip the symbol tables from installed binary executables.
  1205. `-S SUFFIX'
  1206. `--suffix=SUFFIX'
  1207.      Append SUFFIX to each backup file made with `-b'.  *Note Backup
  1208.      options::.
  1209. `-V METHOD'
  1210. `--version-control=METHOD'
  1211.      Change the type of backups made with `-b'.  The METHOD argument
  1212.      can be `numbered' (or `t'), `existing' (or `nil'), or `never' (or
  1213.      `simple').  *Note Backup options::.
  1214. File: fileutils.info,  Node: mv invocation,  Next: rm invocation,  Prev: install invocation,  Up: Basic operations
  1215. `mv': Move (rename) files
  1216. =========================
  1217.    `mv' moves or renames files (or directories).  Synopsis:
  1218.      mv [OPTION]... SOURCE DEST
  1219.      mv [OPTION]... SOURCE... DIRECTORY
  1220.    If the last argument names an existing directory, `mv' moves each
  1221. other given file into a file with the same name in that directory.
  1222. Otherwise, if only two files are given, it renames the first as the
  1223. second.  It is an error if the last argument is not a directory and
  1224. more than two files are given.
  1225.    `mv' can move only regular files across filesystems.
  1226.    If a destination file exists but is normally unwritable, standard
  1227. input is a terminal, and the `-f' or `--force' option is not given,
  1228. `mv' prompts the user for whether to replace the file.  (You might own
  1229. the file, or have write permission on its directory.)  If the response
  1230. does not begin with `y' or `Y', the file is skipped.
  1231.    The program accepts the following options.  Also see *Note Common
  1232. options::.
  1233. `--backup'
  1234.      Make backups of files that are about to be overwritten or removed.
  1235.      *Note Backup options::.
  1236. `--force'
  1237.      Remove existing destination files and never prompt the user.
  1238. `--interactive'
  1239.      Prompt whether to overwrite each existing destination file,
  1240.      regardless of its permissions.  If the response does not begin
  1241.      with `y' or `Y', the file is skipped.
  1242. `--update'
  1243.      Do not move a nondirectory that has an existing destination with
  1244.      the same or newer modification time.
  1245. `--verbose'
  1246.      Print the name of each file before moving it.
  1247. `-S SUFFIX'
  1248. `--suffix=SUFFIX'
  1249.      Append SUFFIX to each backup file made with `-b'.  *Note Backup
  1250.      options::.
  1251. `-V METHOD'
  1252. `--version-control=METHOD'
  1253.      Change the type of backups made with `-b'.  The METHOD argument
  1254.      can be `numbered' (or `t'), `existing' (or `nil'), or `never' (or
  1255.      `simple').  *Note Backup options::.
  1256. File: fileutils.info,  Node: rm invocation,  Prev: mv invocation,  Up: Basic operations
  1257. `rm': Remove files or directories
  1258. =================================
  1259.    `rm' removes each given FILE.  By default, it does not remove
  1260. directories.  Synopsis:
  1261.      rm [OPTION]... [FILE]...
  1262.    If a file is unwritable, standard input is a terminal, and the `-f'
  1263. or `--force' option is not given, or the `-i' or `--interactive' option
  1264. *is* given, `rm' prompts the user for whether to remove the file.  If
  1265. the response does not begin with `y' or `Y', the file is skipped.
  1266.    The program accepts the following options.  Also see *Note Common
  1267. options::.
  1268. `--directory'
  1269.      Remove directories with `unlink' instead of `rmdir', and don't
  1270.      require a directory to be empty before trying to unlink it.  Only
  1271.      works if you have appropriate privileges.  Because unlinking a
  1272.      directory causes any files in the deleted directory to become
  1273.      unreferenced, it is wise to `fsck' the filesystem after doing this.
  1274. `--force'
  1275.      Ignore nonexistent files and never prompt the user.
  1276. `--interactive'
  1277.      Prompt whether to remove each file.  If the response does not begin
  1278.      with `y' or `Y', the file is skipped.
  1279. `--recursive'
  1280.      Remove the contents of directories recursively.
  1281. `--verbose'
  1282.      Print the name of each file before removing it.
  1283.    One common question is how to remove files whose names being with a
  1284. `-'.  GNU `rm', like every program that uses the `getopt' function to
  1285. parse its arguments, lets you use the `--' option to indicate that all
  1286. following arguments are non-options.  To remove a file called `-f' in
  1287. the current directory, you could type either:
  1288.      rm -- -f
  1289.      rm ./-f
  1290.    The Unix `rm' program's use of a single `-' for this purpose
  1291. predates the development of the getopt standard syntax.
  1292. File: fileutils.info,  Node: Special file types,  Next: Changing file attributes,  Prev: Basic operations,  Up: Top
  1293. Special file types
  1294. ******************
  1295.    This chapter describes commands which create special types of files
  1296. (and `rmdir', which removes directories, one special file type).
  1297.    Although Unix-like operating systems have markedly fewer special file
  1298. types than others, not *everything* can be treated only as the
  1299. undifferentiated byte stream of "normal files".  For example, when a
  1300. file is created or removed, the system must record this information,
  1301. which it does in a "directory"--a special type of file.  Although you
  1302. can read directories as normal files, if you're curious, in order for
  1303. the system to do its job it must impose a structure, a certain order,
  1304. on the bytes of the file.  Thus it is a "special" type of file.
  1305.    Besides directories, other special file types include named pipes
  1306. (FIFOs), symbolic links, sockets, and so-called "special files".
  1307. * Menu:
  1308. * ln invocation::               Make links between files.
  1309. * mkdir invocation::            Make directories.
  1310. * mkfifo invocation::           Make FIFOs (named pipes).
  1311. * mknod invocation::            Make block or character special files.
  1312. * rmdir invocation::            Remove empty directories.
  1313. File: fileutils.info,  Node: ln invocation,  Next: mkdir invocation,  Up: Special file types
  1314. `ln': Make links between files
  1315. ==============================
  1316.    `ln' makes links between files.  By default, it makes hard links;
  1317. with the `-s' option, it makes symbolic (or "soft") links.  Synopses:
  1318.      ln [OPTION]... SOURCE [DEST]
  1319.      ln [OPTION]... SOURCE... DIRECTORY
  1320.    If the last argument names an existing directory, `ln' links each
  1321. SOURCE file into a file with the same name in that directory.  (But see
  1322. the description of the `--no-dereference' option below.) If only one
  1323. file is given, it links that file into the current directory.
  1324. Otherwise, if only two files are given, it links the first onto the
  1325. second.  It is an error if the last argument is not a directory and more
  1326. than two files are given.  By default, it does not remove existing
  1327. files.
  1328.    A "hard link" is another name for an existing file; the link and the
  1329. original are indistinguishable.  (Technically speaking, they share the
  1330. same inode, and the inode contains all the information about a
  1331. file--indeed, it is not incorrect to say that the inode *is* the file.)
  1332. On all existing implementations, you cannot make a hard links to
  1333. directories, and hard links cannot cross filesystem boundaries.  (These
  1334. restrictions are not mandated by POSIX, however.)
  1335.    "Symbolic links" ("symlinks" for short), on the other hand, are a
  1336. special file type (which not all kernels support; in particular, system
  1337. V release 3 (and older) systems lack symlinks) in which the link file
  1338. actually refers to a different file, by name.  When most operations
  1339. (opening, reading, writing, and so on) are passed the symbolic link
  1340. file, the kernel automatically "dereferences" the link and operates on
  1341. the target of the link.  But some operations (e.g., removing) work on
  1342. the link file itself, rather than on its target.  *Note Symbolic Links:
  1343. (library)Symbolic Links.
  1344.    The program accepts the following options.  Also see *Note Common
  1345. options::.
  1346. `--backup'
  1347.      Make backups of files that are about to be overwritten or removed.
  1348.      *Note Backup options::.
  1349. `--directory'
  1350.      Allow the super-user to make hard links to directories.
  1351. `--force'
  1352.      Remove existing destination files.
  1353. `--interactive'
  1354.      Prompt whether to remove existing destination files.
  1355. `--no-dereference'
  1356.      When given an explicit destination that is a symlink to a
  1357.      directory, treat that destination as if it were a normal file.
  1358.      When the destination is an actual directory (not a symlink to one),
  1359.      there is no ambiguity.  The link is created in that directory.
  1360.      But when the specified destination is a symlink to a directory,
  1361.      there are two ways to treat the user's request.  `ln' can treat
  1362.      the destination just as it would a normal directory and create the
  1363.      link in it.  On the other hand, the destination can be viewed as a
  1364.      non-directory--as the symlink itself.  In that case, `ln' must
  1365.      delete or backup that symlink before creating the new link.  The
  1366.      default is to treat a destination that is a symlink to a directory
  1367.      just like a directory.
  1368. `--symbolic'
  1369.      Make symbolic links instead of hard links.  This option merely
  1370.      produces an error message on systems that do not support symbolic
  1371.      links.
  1372. `--verbose'
  1373.      Print the name of each file before linking it.
  1374. `-S SUFFIX'
  1375. `--suffix=SUFFIX'
  1376.      Append SUFFIX to each backup file made with `-b'.  *Note Backup
  1377.      options::.
  1378. `-V METHOD'
  1379. `--version-control=METHOD'
  1380.      Change the type of backups made with `-b'.  The METHOD argument
  1381.      can be `numbered' (or `t'), `existing' (or `nil'), or `never' (or
  1382.      `simple').  *Note Backup options::.
  1383. File: fileutils.info,  Node: mkdir invocation,  Next: mkfifo invocation,  Prev: ln invocation,  Up: Special file types
  1384. `mkdir': Make directories
  1385. =========================
  1386.    `mkdir' creates directories with the specified names.  Synopsis:
  1387.      mkdir [OPTION]... NAME...
  1388.    It is not an error if a NAME is already a directory; `mkdir' simply
  1389. proceeds.  But if a NAME is an existing file and is anything but a
  1390. directory, `mkdir' complains.
  1391.    The program accepts the following options.  Also see *Note Common
  1392. options::.
  1393. `-m MODE'
  1394. `--mode=MODE'
  1395.      Set the mode of created directories to MODE, which is symbolic as
  1396.      in `chmod' and uses 0777 (read, write and execute allowed for
  1397.      everyone) minus the bits set in the umask for the point of the
  1398.      departure.  *Note File permissions::.
  1399. `--parents'
  1400.      Make any missing parent directories for each argument.  The mode
  1401.      for parent directories is set to the umask modified by `u+wx'.
  1402.      Ignore arguments corresponding to existing directories.
  1403. `--verbose'
  1404.      Print a message for each created directory.  This is most useful
  1405.      with `--parents'.
  1406. File: fileutils.info,  Node: mkfifo invocation,  Next: mknod invocation,  Prev: mkdir invocation,  Up: Special file types
  1407. `mkfifo': Make FIFOs (named pipes)
  1408. ==================================
  1409.    `mkfifo' creates FIFOs (also called "named pipes") with the
  1410. specified names.  Synopsis:
  1411.      mkfifo [OPTION] NAME...
  1412.    A "FIFO" is a special file type that permits independent processes
  1413. to communicate.  One process opens the FIFO file for writing, and
  1414. another for reading, after which data can flow as with the usual
  1415. anonymous pipe in shells or elsewhere.
  1416.    The program accepts the following option.  Also see *Note Common
  1417. options::.
  1418. `-m MODE'
  1419. `--mode=MODE'
  1420.      Set the mode of created FIFOs to MODE, which is symbolic as in
  1421.      `chmod' and uses 0666 (read and write allowed for everyone) minus
  1422.      the bits set in the umask for the point of departure.  *Note File
  1423.      permissions::.
  1424. File: fileutils.info,  Node: mknod invocation,  Next: rmdir invocation,  Prev: mkfifo invocation,  Up: Special file types
  1425. `mknod': Make block or character special files
  1426. ==============================================
  1427.    `mknod' creates a FIFO, character special file, or block special
  1428. file with the specified name.  Synopsis:
  1429.      mknod [OPTION]... NAME TYPE [MAJOR MINOR]
  1430.    Unlike the phrase "special file type" above, the term "special file"
  1431. has a technical meaning on Unix: something that can generate or receive
  1432. data.  Usually this corresponds to a physical piece of hardware, e.g.,
  1433. a printer or a disk.  (These files are typically created at
  1434. system-configuration time.)  The `mknod' command is what creates files
  1435. of this type.  Such devices can be read either a character at a time or
  1436. a "block" (many characters) at a time, hence we say there are "block
  1437. special" files and "character special" files.
  1438.    The arguments after NAME specify the type of file to make:
  1439.      for a FIFO
  1440.      for a block (buffered) special file
  1441.      for a character (buffered) special file
  1442.      for a character (unbuffered) special file
  1443.    When making a block or character special file, the major and minor
  1444. device numbers must be given after the file type.
  1445.    The program accepts the following option.  Also see *Note Common
  1446. options::.
  1447. `-m MODE'
  1448. `--mode=MODE'
  1449.      Set the mode of created files to MODE, which is symbolic as in
  1450.      `chmod' and uses 0666 minus the bits set in the umask as the point
  1451.      of departure.  *Note File permissions::.
  1452. File: fileutils.info,  Node: rmdir invocation,  Prev: mknod invocation,  Up: Special file types
  1453. `rmdir': Remove empty directories
  1454. =================================
  1455.    `rmdir' removes empty directories.  Synopsis:
  1456.      rmdir [OPTION]... DIRECTORY...
  1457.    If any DIRECTORY argument does not refer to an existing empty
  1458. directory, it is an error.
  1459.    The program accepts the following option.  Also see *Note Common
  1460. options::.
  1461. `--parents'
  1462.      Remove any parent directories that become empty after an argument
  1463.      DIRECTORY is removed.
  1464.    *Note rm invocation::, for how to remove non-empty directories
  1465. (recursively).
  1466. File: fileutils.info,  Node: Changing file attributes,  Next: Disk usage,  Prev: Special file types,  Up: Top
  1467. Changing file attributes
  1468. ************************
  1469.    A file is not merely its contents, a name, and a file type (*note
  1470. Special file types::.).  A file also has an owner (a userid), a group
  1471. (a group id), permissions (what the owner can do with the file, what
  1472. people in the group can do, and what everyone else can do), various
  1473. timestamps, and other information.  Collectively, we call these a file's
  1474. "attributes".
  1475.    These commands change file attributes.
  1476. * Menu:
  1477. * chown invocation::            Change file owners and groups.
  1478. * chgrp invocation::            Change file groups.
  1479. * chmod invocation::            Change access permissions.
  1480. * touch invocation::            Change file timestamps.
  1481. File: fileutils.info,  Node: chown invocation,  Next: chgrp invocation,  Up: Changing file attributes
  1482. `chown': Change file owner and group
  1483. ====================================
  1484.    `chown' changes the user and/or group ownership of each given file.
  1485. Synopsis:
  1486.      chown [OPTION]... NEW-OWNER FILE...
  1487.    The first non-option argument, NEW-OWNER, specifies the new owner
  1488. and/or group, as follows (with no embedded white space):
  1489.      [OWNER] [ [:.] [GROUP] ]
  1490.    Specifically:
  1491. OWNER
  1492.      If only an OWNER (a user name or numeric user id) is given, that
  1493.      user is made the owner of each given file, and the files' group is
  1494.      not changed.
  1495. OWNER`.'GROUP
  1496. OWNER`:'GROUP
  1497.      If the OWNER is followed by a colon or dot and a GROUP (a group
  1498.      name or numeric group id), with no spaces between them, the group
  1499.      ownership of the files is changed as well (to GROUP).
  1500. OWNER`.'
  1501. OWNER`:'
  1502.      If a colon or dot but no group name follows OWNER, that user is
  1503.      made the owner of the files and the group of the files is changed
  1504.      to OWNER's login group.
  1505. `.'GROUP
  1506. `:'GROUP
  1507.      If the colon or dot and following GROUP are given, but the owner
  1508.      is omitted, only the group of the files is changed; in this case,
  1509.      `chown' performs the same function as `chgrp'.
  1510.    The program accepts the following options.  Also see *Note Common
  1511. options::.
  1512. `--changes'
  1513.      Verbosely describe the action for each FILE whose ownership
  1514.      actually changes.
  1515. `--silent'
  1516. `--quiet'
  1517.      Do not print error messages about files whose ownership cannot be
  1518.      changed.
  1519. `--no-dereference'
  1520.      Act on symbolic links themselves instead of what they point to.
  1521.      Only available if the `lchown' system call is provided.
  1522. `--verbose'
  1523.      Verbosely describe the action (or non-action) taken for every FILE.
  1524. `--recursive'
  1525.      Recursively change ownership of directories and their contents.
  1526. File: fileutils.info,  Node: chgrp invocation,  Next: chmod invocation,  Prev: chown invocation,  Up: Changing file attributes
  1527. `chgrp': Change group ownership
  1528. ===============================
  1529.    `chgrp' changes the group ownership of each given FILE to GROUP,
  1530. which can be either a group name or a numeric group id.  Synopsis:
  1531.      chgrp [OPTION]... GROUP FILE...
  1532.    The program accepts the following options.  Also see *Note Common
  1533. options::.
  1534. `--changes'
  1535.      Verbosely describe the action for each FILE whose group actually
  1536.      changes.
  1537. `--silent'
  1538. `--quiet'
  1539.      Do not print error messages about files whose group cannot be
  1540.      changed.
  1541. `--no-dereference'
  1542.      Act on symbolic links themselves instead of what they point to.
  1543.      Only available if the `lchown' system call is provided.
  1544. `--verbose'
  1545.      Verbosely describe the action or non-action taken for every FILE.
  1546. `--recursive'
  1547.      Recursively change the group ownership of directories and their
  1548.      contents.
  1549. File: fileutils.info,  Node: chmod invocation,  Next: touch invocation,  Prev: chgrp invocation,  Up: Changing file attributes
  1550. `chmod': Change access permissions
  1551. ==================================
  1552.    `chmod' changes the access permissions of the named files.  Synopsis:
  1553.      chmod [OPTION]... MODE FILE...
  1554.    `chmod' never changes the permissions of symbolic links, since the
  1555. `chmod' system call cannot change their permissions.  This is not a
  1556. problem since the permissions of symbolic links are never used.
  1557. However, for each symbolic link listed on the command line, `chmod'
  1558. changes the permissions of the pointed-to file.  In contrast, `chmod'
  1559. ignores symbolic links encountered during recursive directory
  1560. traversals.
  1561.    The first non-option argument, MODE, specifies the new permissions.
  1562. See the section below for details.
  1563.    The program accepts the following options.  Also see *Note Common
  1564. options::.
  1565. `--changes'
  1566.      Verbosely describe the action for each FILE whose permissions
  1567.      actually changes.
  1568. `--silent'
  1569. `--quiet'
  1570.      Do not print error messages about files whose permissions cannot be
  1571.      changed.
  1572. `--verbose'
  1573.      Verbosely describe the action or non-action taken for every FILE.
  1574. `--recursive'
  1575.      Recursively change permissions of directories and their contents.
  1576. File: fileutils.info,  Node: touch invocation,  Prev: chmod invocation,  Up: Changing file attributes
  1577. `touch': Change file timestamps
  1578. ===============================
  1579.    `touch' changes the access and/or modification times of the
  1580. specified files.  Synopsis:
  1581.      touch [OPTION]... FILE...
  1582.    If the first FILE would be a valid argument to the `-t' option and
  1583. no timestamp is given with any of the `-d', `-r', or `-t' options and
  1584. the `--' argument is not given, that argument is interpreted as the
  1585. time for the other files instead of as a file name.
  1586.    Any FILE that does not exist is created empty.
  1587.    If changing both the access and modification times to the current
  1588. time, `touch' can change the timestamps for files that the user running
  1589. it does not own but has write permission for.  Otherwise, the user must
  1590. own the files.
  1591.    The program accepts the following options.  Also see *Note Common
  1592. options::.
  1593. `--time=atime'
  1594. `--time=access'
  1595. `--time=use'
  1596.      Change the access time only.
  1597. `--no-create'
  1598.      Do not create files that do not exist.
  1599. `--date=time'
  1600.      Use TIME instead of the current time.  It can contain month names,
  1601.      timezones, `am' and `pm', etc.  *Note Date input formats::.
  1602.      Ignored; for compatibility with BSD versions of `touch'.
  1603. `--time=mtime'
  1604. `--time=modify'
  1605.      Change the modification time only.
  1606. `-r FILE'
  1607. `--reference=FILE'
  1608.      Use the times of the reference FILE instead of the current time.
  1609. `-t MMDDhhmm[[CC]YY][.ss]'
  1610.      Use the argument (months, days, hours, minutes, optional century
  1611.      and years, optional seconds) instead of the current time.
  1612. File: fileutils.info,  Node: Disk usage,  Next: Index,  Prev: Changing file attributes,  Up: Top
  1613. Disk usage
  1614. **********
  1615.    No disk can hold an infinite amount of data.  These commands report
  1616. on how much disk storage is in use or available.  (This has nothing
  1617. much to do with how much *main memory*, i.e., RAM, a program is using
  1618. when it runs; for that, you want `ps' or `pstat' or `swap' or some such
  1619. command.)
  1620. * Menu:
  1621. * df invocation::               Report filesystem disk space usage.
  1622. * du invocation::               Estimate file space usage.
  1623. * sync invocation::             Synchronize memory and disk.
  1624. File: fileutils.info,  Node: df invocation,  Next: du invocation,  Up: Disk usage
  1625. `df': Report filesystem disk space usage
  1626. ========================================
  1627.    `df' reports the amount of disk space used and available on
  1628. filesystems.  Synopsis:
  1629.      df [OPTION]... [FILE]...
  1630.    With no arguments, `df' reports the space used and available on all
  1631. currently mounted filesystems (of all types).  Otherwise, `df' reports
  1632. on the filesystem containing each argument FILE.
  1633.    Disk space is shown in 1024-byte blocks by default, unless the
  1634. environment variable `POSIXLY_CORRECT' is set, in which case 512-byte
  1635. blocks are used (unless the `-k' option is given).
  1636.    If an argument FILE is a disk device file containing a mounted
  1637. filesystem, `df' shows the space available on that filesystem rather
  1638. than on the filesystem containing the device node (i.e., the root
  1639. filesystem).  GNU `df' does not attempt to determine the disk usage on
  1640. unmounted filesystems, because on most kinds of systems doing so
  1641. requires extremely nonportable intimate knowledge of filesystem
  1642. structures.
  1643.    The program accepts the following options.  Also see *Note Common
  1644. options::.
  1645. `--all'
  1646.      Include in the listing filesystems that have a size of 0 blocks,
  1647.      which are omitted by default.  Such filesystems are typically
  1648.      special-purpose pseudo-filesystems, such as automounter entries.
  1649.      Also, filesystems of type "ignore" or "auto", supported by some
  1650.      operating systems, are only included if this option is specified.
  1651. `--human-readable'
  1652.      Append a size letter such as `M' for megabytes to each size.
  1653. `--inodes'
  1654.      List inode usage information instead of block usage.  An inode
  1655.      (short for index node) is contains information about a file such
  1656.      as its owner, permissions, timestamps, and location on the disk.
  1657. `--kilobytes'
  1658.      Print sizes in 1024-byte blocks.  This overrides the environment
  1659.      variable `POSIXLY_CORRECT'.
  1660. `--megabytes'
  1661.      Print sizes in megabyte (that 1,048,576 bytes) blocks.
  1662. `--no-sync'
  1663.      Do not invoke the `sync' system call before getting any usage data.
  1664.      This may make `df' run significantly faster on systems with many
  1665.      disks, but on some systems (notably SunOS) the results may be
  1666.      slightly out of date.  This is the default.
  1667. `--portability'
  1668.      Use the POSIX output format.  This is like the default format
  1669.      except that the information about each filesystem is always
  1670.      printed on exactly one line; a mount device is never put on a line
  1671.      by itself.  This means that if the mount device name is more than
  1672.      20 characters long (e.g., for some network mounts), the columns
  1673.      are misaligned.
  1674. `--sync'
  1675.      Invoke the `sync' system call before getting any usage data.  On
  1676.      some systems (notably SunOS), doing this yields more up to date
  1677.      results, but in general this option makes `df' much slower,
  1678.      especially when there are many or very busy filesystems.
  1679. `-t FSTYPE'
  1680. `--type=FSTYPE'
  1681.      Limit the listing to filesystems of type FSTYPE.  Multiple
  1682.      filesystem types can be specified by giving multiple `-t' options.
  1683.      By default, nothing is omitted.
  1684. `--print-type'
  1685.      Print each filesystem's type.  The types printed here are the same
  1686.      ones you can include or exclude with `-t' and `-x'.  The particular
  1687.      types printed are whatever is supported by the system.  Here are
  1688.      some of the common names (this list is certainly not exhaustive):
  1689.     `nfs'
  1690.           An NFS filesystem, i.e., one mounted over a network from
  1691.           another machine.  This is the one type name which seems to be
  1692.           used uniformly by all systems.
  1693.     `4.2, ufs, efs...'
  1694.           A filesystem on a locally-mounted hard disk.  (The system
  1695.           might even support more than one type here; Linux does.)
  1696.     `hsfs, cdfs'
  1697.           A filesystem on a CD-ROM drive.  HP-UX uses `cdfs', most other
  1698.           systems use `hsfs' (`hs' for `High Sierra').
  1699.     `pcfs'
  1700.           An MS-DOS filesystem, usually on a diskette.
  1701. `-x FSTYPE'
  1702. `--exclude-type=FSTYPE'
  1703.      Limit the listing to filesystems not of type FSTYPE.  Multiple
  1704.      filesystem types can be eliminated by giving multiple `-x'
  1705.      options.  By default, no filesystem types are omitted.
  1706.      Ignored; for compatibility with System V versions of `df'.
  1707. File: fileutils.info,  Node: du invocation,  Next: sync invocation,  Prev: df invocation,  Up: Disk usage
  1708. `du': Estimate file space usage
  1709. ===============================
  1710.    `du' reports the amount of disk space used by the specified files
  1711. and for each subdirectory (of directory arguments).  Synopsis:
  1712.      du [OPTION]... [FILE]...
  1713.    With no arguments, `du' reports the disk space for the current
  1714. directory.  The output is in 1024-byte units by default, unless the
  1715. environment variable `POSIXLY_CORRECT' is set, in which case 512-byte
  1716. blocks are used (unless `-k' is specified).
  1717.    The program accepts the following options.  Also see *Note Common
  1718. options::.
  1719. `--all'
  1720.      Show counts for all files, not just directories.
  1721. `--bytes'
  1722.      Print sizes in bytes, instead of kilobytes.
  1723. `--total'
  1724.      Print a grand total of all arguments after all arguments have been
  1725.      processed.  This can be used to find out the total disk usage of a
  1726.      given set of files or directories.
  1727. `--dereference-args'
  1728.      Dereference symbolic links that are command line arguments.  Does
  1729.      not affect other symbolic links.  This is helpful for finding out
  1730.      the disk usage of directories, such as `/usr/tmp', which are often
  1731.      symbolic links.
  1732. `--human-readable'
  1733.      Append a size letter, such as `M' for megabytes, to each size.
  1734. `--kilobytes'
  1735.      Print sizes in kilobytes.  This overrides the environment variable
  1736.      `POSIXLY_CORRECT'.
  1737. `--count-links'
  1738.      Count the size of all files, even if they have appeared already
  1739.      (as a hard link).
  1740. `--dereference'
  1741.      Dereference symbolic links (show the disk space used by the file
  1742.      or directory that the link points to instead of the space used by
  1743.      the link).
  1744. `--megabytes'
  1745.      Print sizes in megabyte (that 1,048,576 bytes) blocks.
  1746. `--summarize'
  1747.      Display only a total for each argument.
  1748. `--separate-dirs'
  1749.      Report the size of each directory separately, not including the
  1750.      sizes of subdirectories.
  1751. `--one-file-system'
  1752.      Skip directories that are on different filesystems from the one
  1753.      that the argument being processed is on.
  1754.    On BSD systems, `du' reports sizes that are half the correct values
  1755. for files that are NFS-mounted from HP-UX systems.  On HP-UX systems,
  1756. it reports sizes that are twice the correct values for files that are
  1757. NFS-mounted from BSD systems.  This is due to a flaw in HP-UX; it also
  1758. affects the HP-UX `du' program.
  1759. File: fileutils.info,  Node: sync invocation,  Prev: du invocation,  Up: Disk usage
  1760. `sync': Synchronize data on disk with memory
  1761. ============================================
  1762.    `sync' writes any data buffered in memory out to disk.  This can
  1763. include (but is not limited to) modified superblocks, modified inodes,
  1764. and delayed reads and writes.  This must be implemented by the kernel;
  1765. The `sync' program does nothing but exercise the `sync' system call.
  1766.    The kernel keeps data in memory to avoid doing (relatively slow) disk
  1767. reads and writes.  This improves performance, but if the computer
  1768. crashes, data may be lost or the filesystem corrupted as a result.
  1769. `sync' ensures everything in memory is written to disk.
  1770.    Any arguments are ignored, except for a lone `--help' or `--version'
  1771. (*note Common options::.).
  1772. File: fileutils.info,  Node: Index,  Prev: Disk usage,  Up: Top
  1773. Index
  1774. *****
  1775. * Menu:
  1776. * - and Unix rm:                         rm invocation.
  1777. * -, removing files beginning with:      rm invocation.
  1778. * -1:                                    General output formatting.
  1779. * -a <1>:                                du invocation.
  1780. * -a <2>:                                df invocation.
  1781. * -a <3>:                                touch invocation.
  1782. * -a:                                    cp invocation.
  1783. * -A:                                    Which files are listed.
  1784. * -a:                                    Which files are listed.
  1785. * -all <1>:                              du invocation.
  1786. * -all <2>:                              df invocation.
  1787. * -all:                                  Which files are listed.
  1788. * -almost-all:                           Which files are listed.
  1789. * -archive:                              cp invocation.
  1790. * -b <1>:                                du invocation.
  1791. * -b <2>:                                ln invocation.
  1792. * -b <3>:                                mv invocation.
  1793. * -b <4>:                                install invocation.
  1794. * -b <5>:                                cp invocation.
  1795. * -b <6>:                                dircolors invocation.
  1796. * -b:                                    Formatting the file names.
  1797. * -B:                                    Which files are listed.
  1798. * -b:                                    Backup options.
  1799. * -backup <1>:                           ln invocation.
  1800. * -backup <2>:                           mv invocation.
  1801. * -backup <3>:                           install invocation.
  1802. * -backup <4>:                           cp invocation.
  1803. * -backup:                               Backup options.
  1804. * -bourne-shell:                         dircolors invocation.
  1805. * -bytes:                                du invocation.
  1806. * -c <1>:                                du invocation.
  1807. * -c <2>:                                touch invocation.
  1808. * -c <3>:                                chmod invocation.
  1809. * -c <4>:                                chgrp invocation.
  1810. * -c <5>:                                chown invocation.
  1811. * -c <6>:                                install invocation.
  1812. * -c:                                    dircolors invocation.
  1813. * -C:                                    General output formatting.
  1814. * -c:                                    Sorting the output.
  1815. * -c-shell:                              dircolors invocation.
  1816. * -changes <1>:                          chmod invocation.
  1817. * -changes <2>:                          chgrp invocation.
  1818. * -changes:                              chown invocation.
  1819. * -classify:                             General output formatting.
  1820. * -color:                                General output formatting.
  1821. * -count-links:                          du invocation.
  1822. * -csh:                                  dircolors invocation.
  1823. * -D:                                    du invocation.
  1824. * -d <1>:                                touch invocation.
  1825. * -d <2>:                                ln invocation.
  1826. * -d <3>:                                rm invocation.
  1827. * -d <4>:                                install invocation.
  1828. * -d:                                    cp invocation.
  1829. * -D:                                    What information is listed.
  1830. * -d:                                    Which files are listed.
  1831. * -date:                                 touch invocation.
  1832. * -dereference <1>:                      du invocation.
  1833. * -dereference:                          Which files are listed.
  1834. * -dereference-args:                     du invocation.
  1835. * -directory <1>:                        ln invocation.
  1836. * -directory <2>:                        rm invocation.
  1837. * -directory <3>:                        install invocation.
  1838. * -directory:                            Which files are listed.
  1839. * -dired:                                What information is listed.
  1840. * -escape:                               Formatting the file names.
  1841. * -exclude-type:                         df invocation.
  1842. * -f <1>:                                touch invocation.
  1843. * -f <2>:                                chmod invocation.
  1844. * -f <3>:                                chgrp invocation.
  1845. * -f <4>:                                chown invocation.
  1846. * -f:                                    ln invocation.
  1847. * -F:                                    ln invocation.
  1848. * -f <1>:                                rm invocation.
  1849. * -f <2>:                                mv invocation.
  1850. * -f:                                    cp invocation.
  1851. * -F:                                    General output formatting.
  1852. * -f:                                    Sorting the output.
  1853. * -force <1>:                            ln invocation.
  1854. * -force <2>:                            rm invocation.
  1855. * -force <3>:                            mv invocation.
  1856. * -force:                                cp invocation.
  1857. * -format <1>:                           General output formatting.
  1858. * -format:                               What information is listed.
  1859. * -full-time:                            General output formatting.
  1860. * -g:                                    install invocation.
  1861. * -G:                                    What information is listed.
  1862. * -g (ignored):                          ls invocation.
  1863. * -group:                                install invocation.
  1864. * -h <1>:                                du invocation.
  1865. * -h <2>:                                df invocation.
  1866. * -h:                                    chown invocation.
  1867. * -help:                                 Common options.
  1868. * -hide-control-chars:                   Formatting the file names.
  1869. * -human-readable <1>:                   du invocation.
  1870. * -human-readable:                       df invocation.
  1871. * -i <1>:                                df invocation.
  1872. * -i <2>:                                ln invocation.
  1873. * -i <3>:                                rm invocation.
  1874. * -i <4>:                                mv invocation.
  1875. * -i <5>:                                cp invocation.
  1876. * -i:                                    What information is listed.
  1877. * -I:                                    Which files are listed.
  1878. * -ignore-backups:                       Which files are listed.
  1879. * -ignore=PATTERN:                       Which files are listed.
  1880. * -inode:                                What information is listed.
  1881. * -inodes:                               df invocation.
  1882. * -interactive <1>:                      ln invocation.
  1883. * -interactive <2>:                      rm invocation.
  1884. * -interactive <3>:                      mv invocation.
  1885. * -interactive:                          cp invocation.
  1886. * -k <1>:                                du invocation.
  1887. * -k <2>:                                df invocation.
  1888. * -k:                                    General output formatting.
  1889. * -kilobytes <1>:                        du invocation.
  1890. * -kilobytes <2>:                        df invocation.
  1891. * -kilobytes:                            General output formatting.
  1892. * -L:                                    du invocation.
  1893. * -l <1>:                                du invocation.
  1894. * -l <2>:                                cp invocation.
  1895. * -l:                                    What information is listed.
  1896. * -L:                                    Which files are listed.
  1897. * -link:                                 cp invocation.
  1898. * -literal:                              Formatting the file names.
  1899. * -m <1>:                                du invocation.
  1900. * -m <2>:                                df invocation.
  1901. * -m <3>:                                touch invocation.
  1902. * -m <4>:                                mknod invocation.
  1903. * -m <5>:                                mkfifo invocation.
  1904. * -m <6>:                                mkdir invocation.
  1905. * -m <7>:                                install invocation.
  1906. * -m:                                    General output formatting.
  1907. * -megabytes <1>:                        du invocation.
  1908. * -megabytes:                            df invocation.
  1909. * -mode <1>:                             mknod invocation.
  1910. * -mode <2>:                             mkfifo invocation.
  1911. * -mode <3>:                             mkdir invocation.
  1912. * -mode:                                 install invocation.
  1913. * -n:                                    ln invocation.
  1914. * -N:                                    Formatting the file names.
  1915. * -n:                                    General output formatting.
  1916. * -no-create:                            touch invocation.
  1917. * -no-dereference <1>:                   chgrp invocation.
  1918. * -no-dereference <2>:                   chown invocation.
  1919. * -no-dereference <3>:                   ln invocation.
  1920. * -no-dereference:                       cp invocation.
  1921. * -no-group:                             What information is listed.
  1922. * -no-sync:                              df invocation.
  1923. * -numeric-uid-gid:                      General output formatting.
  1924. * -o <1>:                                install invocation.
  1925. * -o:                                    What information is listed.
  1926. * -one-file-system <1>:                  du invocation.
  1927. * -one-file-system:                      cp invocation.
  1928. * -owner:                                install invocation.
  1929. * -P:                                    df invocation.
  1930. * -p <1>:                                rmdir invocation.
  1931. * -p:                                    mkdir invocation.
  1932. * -P:                                    cp invocation.
  1933. * -p <1>:                                cp invocation.
  1934. * -p:                                    dircolors invocation.
  1935. * -parents <1>:                          rmdir invocation.
  1936. * -parents <2>:                          mkdir invocation.
  1937. * -parents:                              cp invocation.
  1938. * -portability:                          df invocation.
  1939. * -preserve:                             cp invocation.
  1940. * -print-database:                       dircolors invocation.
  1941. * -print-type:                           df invocation.
  1942. * -Q:                                    Formatting the file names.
  1943. * -q:                                    Formatting the file names.
  1944. * -quiet <1>:                            chmod invocation.
  1945. * -quiet <2>:                            chgrp invocation.
  1946. * -quiet:                                chown invocation.
  1947. * -quote-name:                           Formatting the file names.
  1948. * -r:                                    touch invocation.
  1949. * -R <1>:                                chmod invocation.
  1950. * -R <2>:                                chgrp invocation.
  1951. * -R <3>:                                chown invocation.
  1952. * -R:                                    rm invocation.
  1953. * -r:                                    rm invocation.
  1954. * -R:                                    cp invocation.
  1955. * -r:                                    Sorting the output.
  1956. * -R:                                    Which files are listed.
  1957. * -recursive <1>:                        chmod invocation.
  1958. * -recursive <2>:                        chgrp invocation.
  1959. * -recursive <3>:                        chown invocation.
  1960. * -recursive <4>:                        rm invocation.
  1961. * -recursive <5>:                        cp invocation.
  1962. * -recursive:                            Which files are listed.
  1963. * -reference:                            touch invocation.
  1964. * -reverse:                              Sorting the output.
  1965. * -S:                                    du invocation.
  1966. * -s:                                    du invocation.
  1967. * -S:                                    ln invocation.
  1968. * -s:                                    ln invocation.
  1969. * -S <1>:                                mv invocation.
  1970. * -S:                                    install invocation.
  1971. * -s:                                    install invocation.
  1972. * -S:                                    cp invocation.
  1973. * -s:                                    cp invocation.
  1974. * -S:                                    Sorting the output.
  1975. * -s:                                    What information is listed.
  1976. * -S:                                    Backup options.
  1977. * -separate-dirs:                        du invocation.
  1978. * -sh:                                   dircolors invocation.
  1979. * -silent <1>:                           chmod invocation.
  1980. * -silent <2>:                           chgrp invocation.
  1981. * -silent:                               chown invocation.
  1982. * -size:                                 What information is listed.
  1983. * -sort:                                 Sorting the output.
  1984. * -sparse=WHEN:                          cp invocation.
  1985. * -strip:                                install invocation.
  1986. * -suffix <1>:                           ln invocation.
  1987. * -suffix <2>:                           mv invocation.
  1988. * -suffix <3>:                           install invocation.
  1989. * -suffix <4>:                           cp invocation.
  1990. * -suffix:                               Backup options.
  1991. * -summarize:                            du invocation.
  1992. * -symbolic:                             ln invocation.
  1993. * -symbolic-link:                        cp invocation.
  1994. * -sync:                                 df invocation.
  1995. * -T:                                    df invocation.
  1996. * -t:                                    df invocation.
  1997. * -T:                                    General output formatting.
  1998. * -t:                                    Sorting the output.
  1999. * -tabsize:                              General output formatting.
  2000. * -time <1>:                             touch invocation.
  2001. * -time:                                 Sorting the output.
  2002. * -total:                                du invocation.
  2003. * -type:                                 df invocation.
  2004. * -u <1>:                                mv invocation.
  2005. * -u:                                    cp invocation.
  2006. * -U:                                    Sorting the output.
  2007. * -u:                                    Sorting the output.
  2008. * -update <1>:                           mv invocation.
  2009. * -update:                               cp invocation.
  2010. * -v <1>:                                chmod invocation.
  2011. * -v <2>:                                chgrp invocation.
  2012. * -v:                                    chown invocation.
  2013. * -V:                                    ln invocation.
  2014. * -v <1>:                                ln invocation.
  2015. * -v:                                    rm invocation.
  2016. * -V:                                    mv invocation.
  2017. * -v:                                    mv invocation.
  2018. * -V <1>:                                install invocation.
  2019. * -V:                                    cp invocation.
  2020. * -v:                                    cp invocation.
  2021. * -V:                                    Backup options.
  2022. * -verbose <1>:                          chmod invocation.
  2023. * -verbose <2>:                          chgrp invocation.
  2024. * -verbose <3>:                          chown invocation.
  2025. * -verbose <4>:                          mkdir invocation.
  2026. * -verbose <5>:                          ln invocation.
  2027. * -verbose <6>:                          rm invocation.
  2028. * -verbose <7>:                          mv invocation.
  2029. * -verbose:                              cp invocation.
  2030. * -version:                              Common options.
  2031. * -version-control <1>:                  ln invocation.
  2032. * -version-control <2>:                  mv invocation.
  2033. * -version-control <3>:                  install invocation.
  2034. * -version-control <4>:                  cp invocation.
  2035. * -version-control:                      Backup options.
  2036. * -w:                                    General output formatting.
  2037. * -width:                                General output formatting.
  2038. * -x <1>:                                du invocation.
  2039. * -x <2>:                                df invocation.
  2040. * -x <3>:                                cp invocation.
  2041. * -x:                                    General output formatting.
  2042. * -X:                                    Sorting the output.
  2043. * 4.2 filesystem type:                   df invocation.
  2044. * abbreviations for months:              Calendar date item.
  2045. * access permissions, changing:          chmod invocation.
  2046. * access time, changing:                 touch invocation.
  2047. * access time, sorting files by:         Sorting the output.
  2048. * across, listing files:                 General output formatting.
  2049. * adding permissions:                    Setting Permissions.
  2050. * ago in date strings:                   Relative item in date strings.
  2051. * Alaska-Hawaii Time:                    Timezone item.
  2052. * alternate ebcdic, converting to:       dd invocation.
  2053. * always color option:                   General output formatting.
  2054. * am in date strings:                    Time of day item.
  2055. * append-only directories:               Mode Structure.
  2056. * appropriate privileges:                install invocation.
  2057. * ascii, converting to:                  dd invocation.
  2058. * atime, changing:                       touch invocation.
  2059. * atime, sorting files by:               Sorting the output.
  2060. * Atlantic Standard Time:                Timezone item.
  2061. * attributes, file:                      Changing file attributes.
  2062. * authors of getdate:                    Authors of getdate.
  2063. * auto color option:                     General output formatting.
  2064. * automounter filesystems:               df invocation.
  2065. * Azores Time:                           Timezone item.
  2066. * b for block special file:              mknod invocation.
  2067. * backslash sequences for file names:    Formatting the file names.
  2068. * backup files, ignoring:                Which files are listed.
  2069. * backup files, type made:               Backup options.
  2070. * backup options:                        Backup options.
  2071. * backup suffix:                         Backup options.
  2072. * backups, making <1>:                   ln invocation.
  2073. * backups, making <2>:                   mv invocation.
  2074. * backups, making <3>:                   install invocation.
  2075. * backups, making <4>:                   cp invocation.
  2076. * backups, making:                       Backup options.
  2077. * backups, making only:                  cp invocation.
  2078. * Baghdad Time:                          Timezone item.
  2079. * beginning of time, for Unix:           Date input formats.
  2080. * Bellovin, Steven M.:                   Authors of getdate.
  2081. * Berets, Jim:                           Authors of getdate.
  2082. * Berry, K.:                             Authors of getdate.
  2083. * block (space-padding):                 dd invocation.
  2084. * block size:                            dd invocation.
  2085. * block size of conversion:              dd invocation.
  2086. * block size of input:                   dd invocation.
  2087. * block size of output:                  dd invocation.
  2088. * block special files:                   mknod invocation.
  2089. * block special files, creating:         mknod invocation.
  2090. * Bourne shell syntax for color setup:   dircolors invocation.
  2091. * bs:                                    dd invocation.
  2092. * BSD touch compatibility:               touch invocation.
  2093. * buffered character file:               mknod invocation.
  2094. * bugs, reporting:                       Introduction.
  2095. * byte-swapping:                         dd invocation.
  2096. * c for character special file:          mknod invocation.
  2097. * C shell syntax for color setup:        dircolors invocation.
  2098. * calendar date item:                    Calendar date item.
  2099. * case, ignored in dates:                General date syntax.
  2100. * cbs:                                   dd invocation.
  2101. * CD-ROM filesystem type:                df invocation.
  2102. * cdfs filesystem type:                  df invocation.
  2103. * Central Alaska Time:                   Timezone item.
  2104. * Central European Time:                 Timezone item.
  2105. * Central Standard Time:                 Timezone item.
  2106. * changed files, verbosely describing:   chgrp invocation.
  2107. * changed owners, verbosely describing:  chown invocation.
  2108. * changing access permissions:           chmod invocation.
  2109. * changing file attributes:              Changing file attributes.
  2110. * changing file ownership:               chown invocation.
  2111. * changing file timestamps:              touch invocation.
  2112. * changing group ownership <1>:          chgrp invocation.
  2113. * changing group ownership:              chown invocation.
  2114. * changing special permissions:          Changing Special Permissions.
  2115. * character special files:               mknod invocation.
  2116. * character special files, creating:     mknod invocation.
  2117. * chgrp:                                 chgrp invocation.
  2118. * China Coast Time:                      Timezone item.
  2119. * chmod:                                 chmod invocation.
  2120. * chown:                                 chown invocation.
  2121. * color database, printing:              dircolors invocation.
  2122. * color setup:                           dircolors invocation.
  2123. * color, distinguishing file types with: General output formatting.
  2124. * COLUMNS:                               General output formatting.
  2125. * commas, outputting between files:      General output formatting.
  2126. * comments, in dates:                    General date syntax.
  2127. * common options:                        Common options.
  2128. * conditional executability:             Conditional Executability.
  2129. * conv:                                  dd invocation.
  2130. * converstion block size:                dd invocation.
  2131. * converting while copying a file:       dd invocation.
  2132. * copying directories recursively:       cp invocation.
  2133. * copying existing permissions:          Copying Permissions.
  2134. * copying files and directories:         cp invocation.
  2135. * copying files and setting attributes:  install invocation.
  2136. * count:                                 dd invocation.
  2137. * cp:                                    cp invocation.
  2138. * crashes and corruption:                sync invocation.
  2139. * creating directories:                  mkdir invocation.
  2140. * creating FIFOs (named pipes):          mkfifo invocation.
  2141. * creating links (hard or soft):         ln invocation.
  2142. * csh syntax for color setup:            dircolors invocation.
  2143. * ctime, sorting by:                     Sorting the output.
  2144. * database for color setup, printing:    dircolors invocation.
  2145. * date format, ISO 8601:                 Calendar date item.
  2146. * date input formats:                    Date input formats.
  2147. * day in date strings:                   Relative item in date strings.
  2148. * day of week item:                      Day of week item.
  2149. * daylight savings time:                 Timezone item.
  2150. * dd:                                    dd invocation.
  2151. * dereferencing symbolic links:          ln invocation.
  2152. * device file, disk:                     df invocation.
  2153. * df:                                    df invocation.
  2154. * dir:                                   dir invocation.
  2155. * dircolors:                             dircolors invocation.
  2156. * directories, copying:                  cp invocation.
  2157. * directories, copying recursively:      cp invocation.
  2158. * directories, creating:                 mkdir invocation.
  2159. * directories, creating with given attributes: install invocation.
  2160. * directories, removing (recursively):   rm invocation.
  2161. * directories, removing empty:           rmdir invocation.
  2162. * directories, removing with unlink:     rm invocation.
  2163. * directory listing:                     ls invocation.
  2164. * directory listing, brief:              dir invocation.
  2165. * directory listing, recursive:          Which files are listed.
  2166. * directory listing, verbose:            vdir invocation.
  2167. * directory order, listing by:           Sorting the output.
  2168. * dired Emacs mode support:              What information is listed.
  2169. * disk device file:                      df invocation.
  2170. * disk usage:                            Disk usage.
  2171. * disk usage by filesystem:              df invocation.
  2172. * disk usage for files:                  du invocation.
  2173. * diskette filesystem:                   df invocation.
  2174. * displacement of dates:                 Relative item in date strings.
  2175. * DOS filesystem:                        df invocation.
  2176. * du:                                    du invocation.
  2177. * East Australian Standard Time:         Timezone item.
  2178. * Eastern European Time:                 Timezone item.
  2179. * Eastern Standard Time:                 Timezone item.
  2180. * ebcdic, converting to:                 dd invocation.
  2181. * efs filesystem type:                   df invocation.
  2182. * empty files, creating:                 touch invocation.
  2183. * epoch, for Unix:                       Date input formats.
  2184. * error messages, omitting <1>:          chmod invocation.
  2185. * error messages, omitting <2>:          chgrp invocation.
  2186. * error messages, omitting:              chown invocation.
  2187. * executables and file type, marking:    General output formatting.
  2188. * execute permission:                    Mode Structure.
  2189. * execute permission, symbolic:          Setting Permissions.
  2190. * existing backup method:                Backup options.
  2191. * extension, sorting files by:           Sorting the output.
  2192. * FIFOs, creating:                       mkfifo invocation.
  2193. * file attributes, changing:             Changing file attributes.
  2194. * file information, preserving:          cp invocation.
  2195. * file ownership, changing:              chown invocation.
  2196. * file permissions:                      File permissions.
  2197. * file permissions, numeric:             Numeric Modes.
  2198. * file space usage:                      du invocation.
  2199. * file timestamps, changing:             touch invocation.
  2200. * file type and executables, marking:    General output formatting.
  2201. * file type, marking:                    General output formatting.
  2202. * file types:                            Special file types.
  2203. * file types, special:                   Special file types.
  2204. * file utilities:                        Top.
  2205. * files beginning with -, removing:      rm invocation.
  2206. * files, copying:                        cp invocation.
  2207. * filesystem disk usage:                 df invocation.
  2208. * filesystem space, retrieving current data more slowly: df invocation.
  2209. * filesystem space, retrieving old data more quickly: df invocation.
  2210. * filesystem types, limiting output to certain: df invocation.
  2211. * filesystem types, printing:            df invocation.
  2212. * filesystems and hard links:            ln invocation.
  2213. * filesystems, omitting copying to different: cp invocation.
  2214. * first in date strings:                 General date syntax.
  2215. * fortnight in date strings:             Relative item in date strings.
  2216. * French Winter Time:                    Timezone item.
  2217. * fsck:                                  rm invocation.
  2218. * general date syntax:                   General date syntax.
  2219. * getdate:                               Date input formats.
  2220. * giving away permissions:               Umask and Protection.
  2221. * grand total of disk space:             du invocation.
  2222. * Greenwich Mean Time:                   Timezone item.
  2223. * group owner, default:                  Mode Structure.
  2224. * group ownership of installed files, setting: install invocation.
  2225. * group ownership, changing:             chgrp invocation.
  2226. * group ownerships, changing:            chown invocation.
  2227. * group, permissions for:                Setting Permissions.
  2228. * Guam Standard Time:                    Timezone item.
  2229. * hard links to directories:             ln invocation.
  2230. * hard links, counting in du:            du invocation.
  2231. * hard links, creating:                  ln invocation.
  2232. * hard links, preserving:                cp invocation.
  2233. * Hawaii Standard Time:                  Timezone item.
  2234. * help, online:                          Common options.
  2235. * High Sierra filesystem:                df invocation.
  2236. * history:                               Introduction.
  2237. * holes, copying files with:             cp invocation.
  2238. * horizontal, listing files:             General output formatting.
  2239. * hour in date strings:                  Relative item in date strings.
  2240. * hsfs filesystem type:                  df invocation.
  2241. * human-readable df output <1>:          du invocation.
  2242. * human-readable df output:              df invocation.
  2243. * ibs:                                   dd invocation.
  2244. * if:                                    dd invocation.
  2245. * ignore filesystems:                    df invocation.
  2246. * inode number, printing:                What information is listed.
  2247. * inode usage:                           df invocation.
  2248. * inodes, written buffered:              sync invocation.
  2249. * input block size:                      dd invocation.
  2250. * install:                               install invocation.
  2251. * International Date Line East:          Timezone item.
  2252. * International Date Line West:          Timezone item.
  2253. * introduction:                          Introduction.
  2254. * ISO 8601 date format:                  Calendar date item.
  2255. * items in date strings:                 General date syntax.
  2256. * Japan Standard Time:                   Timezone item.
  2257. * kilobytes for filesystem sizes:        df invocation.
  2258. * last DAY:                              Day of week item.
  2259. * last in date strings:                  General date syntax.
  2260. * lcase, converting to:                  dd invocation.
  2261. * lchown <1>:                            chgrp invocation.
  2262. * lchown:                                chown invocation.
  2263. * leading directories, creating missing: install invocation.
  2264. * links, creating:                       ln invocation.
  2265. * Linux filesystem types:                df invocation.
  2266. * ln:                                    ln invocation.
  2267. * local filesystem types:                df invocation.
  2268. * long ls format:                        What information is listed.
  2269. * ls:                                    ls invocation.
  2270. * LS_COLORS:                             dircolors invocation.
  2271. * MacKenzie, David:                      Authors of getdate.
  2272. * Makefiles, installing programs in:     install invocation.
  2273. * manipulating files:                    Basic operations.
  2274. * megabytes for filesystem sizes <1>:    du invocation.
  2275. * megabytes for filesystem sizes:        df invocation.
  2276. * Meyering, Jim:                         Authors of getdate.
  2277. * Middle European Time:                  Timezone item.
  2278. * Middle European Winter Time:           Timezone item.
  2279. * midnight in date strings:              Time of day item.
  2280. * minute in date strings:                Relative item in date strings.
  2281. * minutes, timezone correction by:       Time of day item.
  2282. * mkdir:                                 mkdir invocation.
  2283. * mkfifo:                                mkfifo invocation.
  2284. * mknod:                                 mknod invocation.
  2285. * modes and umask:                       Umask and Protection.
  2286. * modes of created directories, setting: mkdir invocation.
  2287. * modes of created FIFOs, setting:       mkfifo invocation.
  2288. * modification time, sorting files by:   Sorting the output.
  2289. * modify time, changing:                 touch invocation.
  2290. * month in date strings:                 Relative item in date strings.
  2291. * month names in date strings:           Calendar date item.
  2292. * months, written-out:                   General date syntax.
  2293. * Mountain Standard Time:                Timezone item.
  2294. * MS-DOS filesystem:                     df invocation.
  2295. * mtime, changing:                       touch invocation.
  2296. * multiple changes to permissions:       Multiple Changes.
  2297. * multipliers after numbers:             dd invocation.
  2298. * mv:                                    mv invocation.
  2299. * named pipes, creating:                 mkfifo invocation.
  2300. * New Zealand Standard Time:             Timezone item.
  2301. * newer files, copying only:             cp invocation.
  2302. * newer files, moving only:              mv invocation.
  2303. * next DAY:                              Day of week item.
  2304. * next in date strings:                  General date syntax.
  2305. * NFS filesystem type:                   df invocation.
  2306. * NFS mounts from BSD to HP-UX <1>:      du invocation.
  2307. * NFS mounts from BSD to HP-UX:          What information is listed.
  2308. * noerror:                               dd invocation.
  2309. * Nome Standard Time:                    Timezone item.
  2310. * non-directories, copying as special files: cp invocation.
  2311. * none color option:                     General output formatting.
  2312. * none, sorting option for ls:           Sorting the output.
  2313. * noon in date strings:                  Time of day item.
  2314. * notrunc:                               dd invocation.
  2315. * now in date strings:                   Relative item in date strings.
  2316. * numbered backup method:                Backup options.
  2317. * numbers, written-out:                  General date syntax.
  2318. * numeric modes:                         Numeric Modes.
  2319. * numeric uid and gid:                   General output formatting.
  2320. * obs:                                   dd invocation.
  2321. * octal numbers for file modes:          Numeric Modes.
  2322. * of:                                    dd invocation.
  2323. * one filesystem, restricting du to:     du invocation.
  2324. * one-line output format:                df invocation.
  2325. * ordinal numbers:                       General date syntax.
  2326. * other permissions:                     Setting Permissions.
  2327. * output block size:                     dd invocation.
  2328. * output format, portable:               df invocation.
  2329. * owner of file, permissions for:        Setting Permissions.
  2330. * owner, default:                        Mode Structure.
  2331. * ownership of installed files, setting: install invocation.
  2332. * p for FIFO file:                       mknod invocation.
  2333. * Pacific Standard Time:                 Timezone item.
  2334. * parent directories and cp:             cp invocation.
  2335. * parent directories, creating:          mkdir invocation.
  2336. * parent directories, creating missing:  install invocation.
  2337. * parent directories, removing:          rmdir invocation.
  2338. * PC filesystem:                         df invocation.
  2339. * pcfs:                                  df invocation.
  2340. * permissions of files:                  File permissions.
  2341. * permissions of installed files, setting: install invocation.
  2342. * permissions, changing access:          chmod invocation.
  2343. * permissions, copying existing:         Copying Permissions.
  2344. * permissions, for changing file timestamps: touch invocation.
  2345. * permissions, output by ls:             What information is listed.
  2346. * Pinard, F.:                            Authors of getdate.
  2347. * pm in date strings:                    Time of day item.
  2348. * portable output format:                df invocation.
  2349. * POSIX output format:                   df invocation.
  2350. * POSIX.2:                               Introduction.
  2351. * POSIXLY_CORRECT:                       df invocation.
  2352. * POSIXLY_CORRECT, overridden by df -k:  df invocation.
  2353. * POSIXLY_CORRECT, overridden by du -k:  du invocation.
  2354. * POSIXLY_CORRECT, overridden by ls -k:  General output formatting.
  2355. * POSIXLY_CORRECT, overrides ls -s:      What information is listed.
  2356. * printing color database:               dircolors invocation.
  2357. * prompting, and ln:                     ln invocation.
  2358. * prompting, and mv:                     mv invocation.
  2359. * prompting, and rm:                     rm invocation.
  2360. * prompts, forcing:                      mv invocation.
  2361. * prompts, omitting:                     mv invocation.
  2362. * pure numbers in date strings:          Pure numbers in date strings.
  2363. * read errors, ignoring:                 dd invocation.
  2364. * read permission:                       Mode Structure.
  2365. * read permission, symbolic:             Setting Permissions.
  2366. * read system call, and holes:           cp invocation.
  2367. * recursive directory listing:           Which files are listed.
  2368. * recursively changing access permissions: chmod invocation.
  2369. * recursively changing file ownership:   chown invocation.
  2370. * recursively changing group ownership:  chgrp invocation.
  2371. * recursively copying directories:       cp invocation.
  2372. * relative items in date strings:        Relative item in date strings.
  2373. * removing empty directories:            rmdir invocation.
  2374. * removing files or directories:         rm invocation.
  2375. * removing permissions:                  Setting Permissions.
  2376. * reverse sorting:                       Sorting the output.
  2377. * rm:                                    rm invocation.
  2378. * rmdir:                                 rmdir invocation.
  2379. * root as default owner:                 install invocation.
  2380. * Salz, Rich:                            Authors of getdate.
  2381. * seek:                                  dd invocation.
  2382. * self-backups:                          cp invocation.
  2383. * setgid:                                Mode Structure.
  2384. * setting permissions:                   Setting Permissions.
  2385. * setuid:                                Mode Structure.
  2386. * setup for color:                       dircolors invocation.
  2387. * sh syntax for color setup:             dircolors invocation.
  2388. * SHELL environment variable, and color: dircolors invocation.
  2389. * simple backup method:                  Backup options.
  2390. * SIMPLE_BACKUP_SUFFIX:                  Backup options.
  2391. * single-column output of files:         General output formatting.
  2392. * size of files, reporting:              What information is listed.
  2393. * size of files, sorting files by:       Sorting the output.
  2394. * skip:                                  dd invocation.
  2395. * sorting ls output:                     Sorting the output.
  2396. * sparse files, copying:                 cp invocation.
  2397. * special file types:                    Special file types.
  2398. * special files:                         mknod invocation.
  2399. * status time, sorting by:               Sorting the output.
  2400. * sticky:                                Mode Structure.
  2401. * stripping symbol table information:    install invocation.
  2402. * subtracting permissions:               Setting Permissions.
  2403. * superblock, writing:                   sync invocation.
  2404. * swab (byte-swapping):                  dd invocation.
  2405. * swap space, saving text image in:      Mode Structure.
  2406. * Swedish Winter Time:                   Timezone item.
  2407. * symbol table information, stripping:   install invocation.
  2408. * symbolic (soft) links, creating:       ln invocation.
  2409. * symbolic links, changing group:        chgrp invocation.
  2410. * symbolic links, changing owner:        chown invocation.
  2411. * symbolic links, copying:               cp invocation.
  2412. * symbolic links, copying with:          cp invocation.
  2413. * symbolic links, dereferencing:         Which files are listed.
  2414. * symbolic links, permissions of:        chmod invocation.
  2415. * symbolic modes:                        Symbolic Modes.
  2416. * sync:                                  sync invocation.
  2417. * sync (padding with nulls):             dd invocation.
  2418. * synchronize disk and memory:           sync invocation.
  2419. * terminal, using color iff:             General output formatting.
  2420. * text image, saving in swap space:      Mode Structure.
  2421. * this in date strings:                  Relative item in date strings.
  2422. * time:                                  touch invocation.
  2423. * time of day item:                      Time of day item.
  2424. * timestamps, changing file:             touch invocation.
  2425. * timezone correction:                   Time of day item.
  2426. * timezone item:                         Timezone item.
  2427. * today in date strings:                 Relative item in date strings.
  2428. * tomorrow in date strings:              Relative item in date strings.
  2429. * touch:                                 touch invocation.
  2430. * truncating output file, avoiding:      dd invocation.
  2431. * u for unbuffered character special file: mknod invocation.
  2432. * ucase, converting to:                  dd invocation.
  2433. * ufs filesystem type:                   df invocation.
  2434. * umask and modes:                       Umask and Protection.
  2435. * unblock:                               dd invocation.
  2436. * unbuffered character special file:     mknod invocation.
  2437. * Universal Coordinated Time:            Timezone item.
  2438. * unlink:                                rm invocation.
  2439. * unsorted directory listing:            Sorting the output.
  2440. * use time, changing:                    touch invocation.
  2441. * use time, sorting files by:            Sorting the output.
  2442. * USSR Zone:                             Timezone item.
  2443. * utilities for file handling:           Top.
  2444. * vdir:                                  vdir invocation.
  2445. * verbose ls format:                     What information is listed.
  2446. * version number, finding:               Common options.
  2447. * version-control Emacs variable:        Backup options.
  2448. * VERSION_CONTROL:                       Backup options.
  2449. * vertical sorted files in columns:      General output formatting.
  2450. * week in date strings:                  Relative item in date strings.
  2451. * West African Time:                     Timezone item.
  2452. * West Australian Standard Time:         Timezone item.
  2453. * Western European Time:                 Timezone item.
  2454. * write permission:                      Mode Structure.
  2455. * write permission, symbolic:            Setting Permissions.
  2456. * year in date strings:                  Relative item in date strings.
  2457. * yesterday in date strings:             Relative item in date strings.
  2458. * Yukon Standard Time:                   Timezone item.
  2459. Tag Table:
  2460. Node: Top
  2461. Node: Introduction
  2462. Node: Common options
  2463. Node: Backup options
  2464. Node: File permissions
  2465. Node: Mode Structure
  2466. Node: Symbolic Modes
  2467. Node: Setting Permissions
  2468. 10284
  2469. Node: Copying Permissions
  2470. 12826
  2471. Node: Changing Special Permissions
  2472. 13615
  2473. Node: Conditional Executability
  2474. 15456
  2475. Node: Multiple Changes
  2476. 16078
  2477. Node: Umask and Protection
  2478. 17731
  2479. Node: Numeric Modes
  2480. 18825
  2481. Node: Date input formats
  2482. 20660
  2483. Node: General date syntax
  2484. 23115
  2485. Node: Calendar date item
  2486. 24566
  2487. Node: Time of day item
  2488. 26521
  2489. Node: Timezone item
  2490. 28129
  2491. Node: Day of week item
  2492. 31420
  2493. Node: Relative item in date strings
  2494. 32404
  2495. Node: Pure numbers in date strings
  2496. 34335
  2497. Node: Authors of getdate
  2498. 35319
  2499. Node: Directory listing
  2500. 36056
  2501. Node: ls invocation
  2502. 36534
  2503. Node: Which files are listed
  2504. 37974
  2505. Node: What information is listed
  2506. 39236
  2507. Node: Sorting the output
  2508. 42973
  2509. Node: General output formatting
  2510. 44749
  2511. Node: Formatting the file names
  2512. 47707
  2513. Node: dir invocation
  2514. 48360
  2515. Node: vdir invocation
  2516. 48715
  2517. Node: dircolors invocation
  2518. 49037
  2519. Node: Basic operations
  2520. 50422
  2521. Node: cp invocation
  2522. 50979
  2523. Node: dd invocation
  2524. 56193
  2525. Node: install invocation
  2526. 58675
  2527. Node: mv invocation
  2528. 61462
  2529. Node: rm invocation
  2530. 63475
  2531. Node: Special file types
  2532. 65328
  2533. Node: ln invocation
  2534. 66612
  2535. Node: mkdir invocation
  2536. 70342
  2537. Node: mkfifo invocation
  2538. 71465
  2539. Node: mknod invocation
  2540. 72359
  2541. Node: rmdir invocation
  2542. 73915
  2543. Node: Changing file attributes
  2544. 74541
  2545. Node: chown invocation
  2546. 75352
  2547. Node: chgrp invocation
  2548. 77261
  2549. Node: chmod invocation
  2550. 78269
  2551. Node: touch invocation
  2552. 79586
  2553. Node: Disk usage
  2554. 81213
  2555. Node: df invocation
  2556. 81826
  2557. Node: du invocation
  2558. 86174
  2559. Node: sync invocation
  2560. 88663
  2561. Node: Index
  2562. 89484
  2563. End Tag Table
  2564.